Skip to content

Commit

Permalink
Fix Jupyter Book package conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Aug 14, 2024
1 parent 5ebbc98 commit 95cd86d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Build the book
- name: Build the book
run: |
python jupyter_book.py
make build-docs
# Upload the book's HTML as an artifact
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docs-pdoc:

docs-jupyter-book:
jupyter-book clean docs
python jupyter_book.py
python build_docs.py

serve-docs:
gunicorn -w 4 -b 127.0.0.1:5000 docs.server:app
Expand Down
File renamed without changes.

0 comments on commit 95cd86d

Please sign in to comment.