We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52c4ca commit 3bff73bCopy full SHA for 3bff73b
.github/workflows/book.yml
@@ -26,7 +26,7 @@ jobs:
26
# Build the book
27
- name: Build the book
28
run: |
29
- jupyter-book build ./ --all
+ jupyter-book build ./
30
31
# Push the book's HTML to github-pages
32
- name: GitHub Pages action
0 commit comments