File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 container : sphinxdoc/sphinx-latexpdf:5.3.0
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : sphinx
2727 run : |
2828 pip install sphinx-rtd-dark-mode
@@ -39,19 +39,19 @@ jobs:
3939 container : sphinxdoc/sphinx-latexpdf:5.3.0
4040
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 - name : sphinx
4444 run : |
4545 pip install sphinx-rtd-dark-mode
4646 make latexpdf
4747 cp _build/latex/ONETEP_Documentation.pdf _static/
4848 make html
4949 - name : upload
50- uses : actions/upload-pages-artifact@v1
50+ uses : actions/upload-pages-artifact@v3
5151 with :
5252 # Upload entire repository
5353 path : ' ./_build/html/.'
5454 - name : Deploy to GitHub Pages
5555 id : deployment
56- uses : actions/deploy-pages@v1
56+ uses : actions/deploy-pages@v4
5757
You can’t perform that action at this time.
0 commit comments