File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ open-pull-requests-limit :
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 1616 submodules : true
1717
1818 - name : Install Conda environment from environment.yml
19- uses : mamba-org/provision-with-micromamba@v11
19+ 20+ with :
21+ environment-file : environment.yml
22+ cache-environment : true
2023
2124 - name : Build documentation
2225 shell : bash -l {0}
2932
3033 # https://github.com/actions/upload-artifact
3134 - name : Upload Website artifact
32- uses : actions/upload-artifact@v1
35+ uses : actions/upload-artifact@v4
3336 with :
3437 name : Website
3538 path : site.tar.gz
Original file line number Diff line number Diff line change 1212 submodules : true
1313
1414 - name : Install Conda environment from environment.yml
15- uses : mamba-org/provision-with-micromamba@v11
15+ 16+ with :
17+ environment-file : environment.yml
18+ cache-environment : true
19+
1620
1721 - name : Build documentation
1822 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments