File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2121 - name : Build HTML
2222 shell : bash -l {0}
2323 run : |
24- jb build lectures --path-output ./
24+ jb build lectures --path-output ./ -W --keep-going
2525 - name : Upload "_build" folder (cache)
2626 uses : actions/upload-artifact@v2
2727 with :
Original file line number Diff line number Diff line change 3535 - name : Download "build" folder (cache)
3636 uses : dawidd6/action-download-artifact@v2
3737 with :
38- workflow : publish .yml
38+ workflow : cache .yml
3939 branch : main
4040 name : build-cache
4141 path : _build
Original file line number Diff line number Diff line change 3636 - name : Display Pip Versions
3737 shell : bash -l {0}
3838 run : pip list
39+ # - name: Download "build" folder (cache)
40+ # uses: dawidd6/action-download-artifact@v2
41+ # with:
42+ # workflow: cache.yml
43+ # branch: main
44+ # name: build-cache
45+ # path: _build
3946 # Build Assets (Download Notebooks and PDF via LaTeX)
4047 - name : Build PDF from LaTeX
4148 shell : bash -l {0}
7178 github_token : ${{ secrets.GITHUB_TOKEN }}
7279 publish_dir : _build/html/
7380 cname : python.quantecon.org
74- - name : Upload "_build" folder (cache)
75- uses : actions/upload-artifact@v2
76- with :
77- name : build-cache
78- path : _build
7981 - name : Prepare lecture-python.notebooks sync
8082 shell : bash -l {0}
8183 run : |
You can’t perform that action at this time.
0 commit comments