Skip to content

Commit 0fc6795

Browse files
authored
Update jupyter-book TOC command to use from-project
1 parent b1c79a1 commit 0fc6795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_jupyterbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# 4) (Optional) Build the TOC (only needed if you rely on jupyter-book toc .)
3636
- name: Build book TOC file
3737
run: |
38-
jupyter-book toc .
38+
jupyter-book toc from-project .
3939
4040
# 5) Build book HTML
4141
- name: Build book HTML

0 commit comments

Comments
 (0)