File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 - name : Display Pip Versions
3838 shell : bash -l {0}
3939 run : pip list
40- # - name: Download "build" folder (cache)
41- # uses: dawidd6/action-download-artifact@v2
42- # with:
43- # workflow: cache.yml
44- # branch: main
45- # name: build-cache
46- # path: _build
40+ - name : Download "build" folder (cache)
41+ uses : dawidd6/action-download-artifact@v2
42+ with :
43+ workflow : cache.yml
44+ branch : main
45+ name : build-cache
46+ path : _build
4747 # Build Assets (Download Notebooks and PDF via LaTeX)
4848 # - name: Build PDF from LaTeX
4949 # shell: bash -l {0}
6363 - name : Build HTML
6464 shell : bash -l {0}
6565 run : |
66- # rm -r _build/.doctrees
66+ rm -r _build/.doctrees
6767 jb build lectures --path-output ./ -W --keep-going
6868 - name : Upload Execution Reports (HTML)
6969 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments