File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 20
20
os : ["ubuntu", "macos", "windows"]
21
21
python-version : [ '3.9', '3.10', '3.11' ]
22
22
steps :
23
- - uses : actions/checkout@v3
24
- - uses : mamba-org/setup-micromamba@v1
23
+ - uses : actions/checkout@v4
24
+ - uses : mamba-org/setup-micromamba@v2
25
25
with :
26
26
environment-file : environment.yml
27
27
channels : conda-forge
35
35
36
36
- name : Cache cartopy maps
37
37
id : cache-cartopy
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/.local/share/cartopy
41
41
key : cartopy-maps
Original file line number Diff line number Diff line change 29
29
shell : bash -l {0}
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
- - uses : mamba-org/setup-micromamba@v1
34
+ - uses : mamba-org/setup-micromamba@v2
35
35
with :
36
36
environment-file : environment.yml
37
37
channels : conda-forge
64
64
- name : Upload artifact
65
65
uses : actions/upload-pages-artifact@v4
66
66
with :
67
- name : my-artifact-${{ matrix.runs-on }}
67
+ name : docs
68
68
path : ./docs/build/html
69
- overwrite : true
70
69
71
70
# Deployment job
72
71
deploy :
80
79
- name : Deploy to GitHub Pages
81
80
id : deployment
82
81
uses : actions/deploy-pages@v4
83
-
84
- merge :
85
- runs-on : ubuntu-latest
86
- needs : upload
87
- steps :
88
- - name : Merge Artifacts
89
- uses : actions/upload-artifact/merge@v4
90
- with :
91
- name : all-my-files
92
- pattern : my-artifact-*
You can’t perform that action at this time.
0 commit comments