File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,19 +19,16 @@ jobs:
1919 build :
2020 runs-on : windows-latest
2121 steps :
22- - uses : actions/checkout@v3
23- - uses : actions/setup-python@v4
22+ - uses : actions/checkout@v5
23+ - uses : actions/setup-python@v5
2424 with :
2525 python-version : ' 3.12'
2626
27- # ADJUST THIS: install all dependencies (including pdoc)
2827 - run : pip install -e .
2928 - run : pip install pdoc
30- # ADJUST THIS: build your documentation into docs/.
31- # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
3229 - run : pdoc pydirectinput -o ./docs
3330
34- - uses : actions/upload-pages-artifact@v1
31+ - uses : actions/upload-pages-artifact@v4
3532 with :
3633 path : docs/
3734
4845 url : ${{ steps.deployment.outputs.page_url }}
4946 steps :
5047 - id : deployment
51- uses : actions/deploy-pages@v1
48+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments