Skip to content

Commit

Permalink
Fix GitHub Action: Build & deploy book
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre René committed Jan 23, 2024
1 parent 3bd41f3 commit 88fe06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book build emd-paper_notebooks
jupyter-book build .
# Upload the book's HTML as an artifact
- name: Upload artifact
Expand Down

0 comments on commit 88fe06c

Please sign in to comment.