We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8094b2b commit 67a38b3Copy full SHA for 67a38b3
.github/workflows/deploy-documentation.yml
@@ -40,7 +40,7 @@ jobs:
40
# Build the book
41
- name: Build the book
42
run: |
43
- jupyter-book build docs
+ jupyter book build --html
44
45
# Upload the book's HTML as an artifact
46
- name: Upload artifact
0 commit comments