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 c321048 commit 59d8d64Copy full SHA for 59d8d64
1 file changed
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
# Build the book
40
- name: Build the book
41
run: |
42
- jupyter-book build --all .
+ jupyter-book build --all ./
43
44
# https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
45
0 commit comments