Skip to content

Commit

Permalink
Fixes workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Feb 4, 2025
1 parent 4148c99 commit 5f47161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
run: jupyter-book build .
# Upload the book's HTML as an artifact
- name: Upload artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: "_build/html"
Expand Down

0 comments on commit 5f47161

Please sign in to comment.