We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c79a1 commit 0fc6795Copy full SHA for 0fc6795
1 file changed
.github/workflows/publish_jupyterbook.yml
@@ -35,7 +35,7 @@ jobs:
35
# 4) (Optional) Build the TOC (only needed if you rely on jupyter-book toc .)
36
- name: Build book TOC file
37
run: |
38
- jupyter-book toc .
+ jupyter-book toc from-project .
39
40
# 5) Build book HTML
41
- name: Build book HTML
0 commit comments