Skip to content

Commit

Permalink
fix: ci should use nox and docs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Sep 23, 2024
1 parent 25ee22c commit 66d19a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python3 -m pip install nox

- name: Build book
run: nox -s docs-test
run: nox -s docs

# Save html as artifact
- name: Save book html as artifact for viewing
Expand Down

0 comments on commit 66d19a3

Please sign in to comment.