Skip to content

Commit 7ff6138

Browse files
committed
updates
1 parent 75efc40 commit 7ff6138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
python -m pip install --upgrade pip wheel setuptools
4040
pip install -r requirements.txt
4141
42-
# 6️⃣ Build the Jupyter Book (skip notebook execution for speed)
42+
# 6️⃣ Build the Jupyter Book (no notebook execution, fast CI)
4343
- name: Build the Jupyter Book
4444
run: |
45-
jupyter-book build --config _config.yml --toc _toc.yml --execute=never
45+
jupyter-book build --config _config.yml --toc _toc.yml .
4646
4747
# 7️⃣ Deploy to GitHub Pages
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)