Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lippert authored May 21, 2024
1 parent 0e4b2a2 commit 87fad2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
# Save the book's HTML contents to the _build directory
- name: Build the book
run: |
jupyter-book build example-book/
jupyter-book build fire-101/
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "example-book/_build/html"
path: "fire-101/_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 87fad2e

Please sign in to comment.