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
4040 container : sphinxdoc/sphinx-latexpdf:5.3.0
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - name : sphinx
4545 run : |
4646 pip install sphinx-rtd-dark-mode
@@ -49,11 +49,11 @@ jobs:
4949 cp build/latex/oneteptutorials.pdf source/_static/
5050 make html
5151 - name : upload
52- uses : actions/upload-pages-artifact@v1
52+ uses : actions/upload-pages-artifact@v3
5353 with :
5454 # Upload entire repository
5555 path : ' ./build/html/.'
5656 - name : Deploy to GitHub Pages
5757 id : deployment
58- uses : actions/deploy-pages@v1
58+ uses : actions/deploy-pages@v4
5959
You can’t perform that action at this time.
0 commit comments