We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0975738 commit 0524612Copy full SHA for 0524612
1 file changed
.github/workflows/book.yml
@@ -27,7 +27,7 @@ jobs:
27
# Build the book
28
- name: Build the book
29
run: |
30
- jupyter-book build book
+ jupyter-book build book/
31
# Push the book's HTML to github-pages
32
- name: Push to github-pages
33
uses: peaceiris/actions-gh-pages@v3
0 commit comments