File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 - name : Display Pip Versions
2121 shell : bash -l {0}
2222 run : pip list
23- - name : Download "build" folder (cache)
24- uses : dawidd6/action-download-artifact@v8
25- with :
26- workflow : cache.yml
27- branch : main
28- name : build-cache
29- path : _build
23+ # - name: Download "build" folder (cache)
24+ # uses: dawidd6/action-download-artifact@v8
25+ # with:
26+ # workflow: cache.yml
27+ # branch: main
28+ # name: build-cache
29+ # 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