Skip to content

Commit 59d8d64

Browse files
committed
Add trailing slash to build
1 parent c321048 commit 59d8d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Build the book
4040
- name: Build the book
4141
run: |
42-
jupyter-book build --all .
42+
jupyter-book build --all ./
4343
4444
# 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
4545

0 commit comments

Comments
 (0)