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