Skip to content

Commit

Permalink
aaded a step on git action
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadh246 committed Apr 17, 2024
1 parent 5d04882 commit 4b7cb76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip3 install jupyter jupyterlab
# Step to generate HTML from Jupyter notebook
- name: Generate HTML from Jupyter Notebook
run: |
Expand Down

0 comments on commit 4b7cb76

Please sign in to comment.