Skip to content

Commit 0524612

Browse files
committed
test command fix
1 parent 0975738 commit 0524612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Build the book
2828
- name: Build the book
2929
run: |
30-
jupyter-book build book
30+
jupyter-book build book/
3131
# Push the book's HTML to github-pages
3232
- name: Push to github-pages
3333
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)