Skip to content

Commit

Permalink
deploy_notebooks: instal jupyter_book lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NatNgs authored Sep 29, 2024
1 parent da8ca15 commit 5d848b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
with:
python-version: 3.9

- name: Set up jupyter-book
run: pip install jupyter-book

- name: Build
run: |
jupyter-book build src/notebooks/Viz*.ipynb
run: jupyter-book build src/notebooks/Viz*.ipynb

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 5d848b6

Please sign in to comment.