Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjma authored Oct 3, 2023
1 parent 707640b commit 2d86da3
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 @@ -30,12 +30,12 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r docs/requirements.txt
# Build the book
- name: Build the book
run: |
jupyter-book build .
jupyter-book build docs/.
# Push the book's HTML to github-pages
- name: GitHub Pages action
Expand Down

0 comments on commit 2d86da3

Please sign in to comment.