Skip to content

Commit 75efc40

Browse files
committed
updates
1 parent 346ac9f commit 75efc40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# 6️⃣ Build the Jupyter Book (skip notebook execution for speed)
4343
- name: Build the Jupyter Book
4444
run: |
45-
python -m jupyter_book build --config _config.yml --toc _toc.yml --execute=never
45+
jupyter-book build --config _config.yml --toc _toc.yml --execute=never
4646
4747
# 7️⃣ Deploy to GitHub Pages
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)