We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73359e2 commit e230c80Copy full SHA for e230c80
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
run: jupyter-book --version
36
37
- name: Build the book
38
- run: jupyter-book build chapters
+ run: jupyter-book build ./chapters
39
40
- name: Debug - Check if HTML build exists
41
run: ls -la chapters/_build/html || echo "HTML build directory missing!"
0 commit comments