File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 name : build-cache
2929 path : _build
3030 # Build Assets (Download Notebooks and PDF via LaTeX)
31- - name : Build Download Notebooks (sphinx-tojupyter)
32- shell : bash -l {0}
33- run : |
34- jb build lectures -n -W --keep-going --path-output ./ --builder=custom --custom-builder=jupyter
35- mkdir -p _build/html/_notebooks
36- cp -u _build/jupyter/*.ipynb _build/html/_notebooks
31+ # - name: Build Download Notebooks (sphinx-tojupyter)
32+ # shell: bash -l {0}
33+ # run: |
34+ # jb build lectures -n -W --keep-going --path-output ./ --builder=custom --custom-builder=jupyter
35+ # mkdir -p _build/html/_notebooks
36+ # cp -u _build/jupyter/*.ipynb _build/html/_notebooks
3737 - name : Upload Execution Reports (Download Notebooks)
3838 uses : actions/upload-artifact@v4
3939 if : failure()
You can’t perform that action at this time.
0 commit comments