File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-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@v3
13- - uses : actions/setup-python@v4
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.10'
15+ python-version : " 3.10"
1616 cache : " pip"
1717 cache-dependency-path : " **/pyproject.toml"
1818 - run : pip install -e .
1919 - run : pip install -r pdoc/requirements.txt
2020 - run : pdoc riid -o docs/ --html --template-dir pdoc
2121 - run : echo '<meta http-equiv="refresh" content="0; url=./riid/index.html" />' > docs/index.html
22- - uses : actions/upload-pages-artifact@v2
22+ - uses : actions/upload-pages-artifact@v3
2323 with :
2424 path : docs/
2525 deploy :
3434 steps :
3535 - name : Deploy to GitHub Pages
3636 id : deployment
37- uses : actions/deploy-pages@v2
37+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments