Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
Fix poetry command
  • Loading branch information
frankinspace authored Nov 9, 2023
1 parent 007c22a commit ac4589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Build the book
- name: Build the book
run: |
poetry lock --no-update
poetry install --only docs
poetry run jupyter-book build docs/
- name: Setup Pages
Expand Down

0 comments on commit ac4589a

Please sign in to comment.