We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f6ad8 commit fe444d1Copy full SHA for fe444d1
1 file changed
.github/workflows/deploy.yml
@@ -39,13 +39,13 @@ jobs:
39
40
# Build the book
41
- name: Build the book
42
- run: jupyter-book build my_book
+ run: jupyter-book build my_book/my_book
43
44
# Upload the book's HTML as an artifact
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v3
47
with:
48
- path: "my_book/_build/html"
+ path: "my_book/my_book/_build/html"
49
50
# Deploy the book's HTML to GitHub Pages
51
- name: Deploy to GitHub Pages
0 commit comments