Skip to content

Commit 2c40315

Browse files
mmckyHumphreyYang
authored andcommitted
ENH: enable download notebook builds (#142)
1 parent b81ae4b commit 2c40315

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
# with:
5858
# name: execution-reports
5959
# path: _build/latex/reports
60-
# - name: Build Download Notebooks (sphinx-tojupyter)
61-
# shell: bash -l {0}
62-
# run: |
63-
# jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
64-
# mkdir -p _build/html/_notebooks
65-
# cp -u _build/jupyter/*.ipynb _build/html/_notebooks
60+
- name: Build Download Notebooks (sphinx-tojupyter)
61+
shell: bash -l {0}
62+
run: |
63+
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
64+
mkdir -p _build/html/_notebooks
65+
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
6666
# Build HTML (Website)
6767
# BUG: rm .doctress to remove `sphinx` rendering issues for ipywidget mimetypes
6868
# and clear the sphinx cache for building final HTML documents.

0 commit comments

Comments
 (0)