File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 61
61
shell : bash -l {0}
62
62
run : |
63
63
rm -r _build/.doctrees
64
- jb build lectures --path-output ./
64
+ jb build lectures --path-output ./ -nW --keep-going
65
+ - name : Upload Execution Reports (Download Notebooks)
66
+ uses : actions/upload-artifact@v4
67
+ if : failure()
68
+ with :
69
+ name : execution-reports
70
+ path : _build/jupyter/reports
65
71
- name : Save Build as Artifact
66
- uses : actions/upload-artifact@v1
72
+ uses : actions/upload-artifact@v4
67
73
with :
68
74
name : _build
69
75
path : _build
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
18
- - uses : conda-incubator/setup-miniconda@v3
18
+ - uses : conda-incubator/setup-miniconda@v2
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 39
39
shell : bash -l {0}
40
40
run : pip list
41
41
- name : Download "build" folder (cache)
42
- uses : dawidd6/action-download-artifact@v3
42
+ uses : dawidd6/action-download-artifact@v4
43
43
with :
44
44
workflow : cache.yml
45
45
branch : main
79
79
publish_dir : _build/html/
80
80
cname : python-advanced.quantecon.org
81
81
- name : Upload "_build" folder (cache)
82
- uses : actions/upload-artifact@v2
82
+ uses : actions/upload-artifact@v4
83
83
with :
84
84
name : build-cache
85
85
path : _build
You can’t perform that action at this time.
0 commit comments