File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout
8
- uses : actions/checkout@v2
8
+ uses : actions/checkout@v4
9
9
- name : Setup Anaconda
10
- uses : conda-incubator/setup-miniconda@v2
10
+ uses : conda-incubator/setup-miniconda@v3
11
11
with :
12
12
auto-update-conda : true
13
13
auto-activate-base : true
35
35
shell : bash -l {0}
36
36
run : pip list
37
37
- name : Download "build" folder (cache)
38
- uses : dawidd6/action-download-artifact@v2
38
+ uses : dawidd6/action-download-artifact@v3
39
39
with :
40
40
workflow : cache.yml
41
41
branch : main
@@ -62,13 +62,19 @@ jobs:
62
62
run : |
63
63
rm -r _build/.doctrees
64
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
70
76
- name : Preview Deploy to Netlify
71
- uses : nwtgck/actions-netlify@v1.1
77
+ uses : nwtgck/actions-netlify@v2
72
78
with :
73
79
publish-dir : ' _build/html/'
74
80
production-branch : master
You can’t perform that action at this time.
0 commit comments