File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - uses : mamba-org/setup-micromamba@v1
1414 with :
1515 environment-file : environment-docs.yml
2222 sphinx-apidoc -e -o docs ./Grouper "Grouper/tests*"
2323 sphinx-build -b html docs docs/_build/html
2424 - name : Upload artifact
25- uses : actions/upload-pages-artifact@v1
25+ uses : actions/upload-pages-artifact@v3
2626 with :
2727 path : docs/_build/html
2828
3838 steps :
3939 - name : Deploy to GitHub Pages
4040 id : deployment
41- uses : actions/deploy-pages@v1
41+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -227,5 +227,3 @@ Project Link: [https://github.com/kierannp/Grouper](https://github.com/kierannp/
227227[ issues-url ] : https://github.com/kierannp/Grouper/issues
228228[ license-shield ] : https://img.shields.io/badge/License-MIT-yellow.svg
229229[ license-url ] : https://github.com/kierannp/Grouper/blob/master/LICENSE.txt
230-
231-
You can’t perform that action at this time.
0 commit comments