We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346ac9f commit 75efc40Copy full SHA for 75efc40
1 file changed
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
# 6️⃣ Build the Jupyter Book (skip notebook execution for speed)
43
- name: Build the Jupyter Book
44
run: |
45
- python -m jupyter_book build --config _config.yml --toc _toc.yml --execute=never
+ jupyter-book build --config _config.yml --toc _toc.yml --execute=never
46
47
# 7️⃣ Deploy to GitHub Pages
48
- name: Deploy to GitHub Pages
0 commit comments