We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c86e4 commit dd9329cCopy full SHA for dd9329c
1 file changed
.github/workflows/pdoc.yml
@@ -31,7 +31,7 @@ jobs:
31
PDOC_ALLOW_EXEC=1 PDOC_GENERATE_PYPARTMC_DOCS=1 python -We -m pdoc -o html PyPartMC
32
- name: Deploy
33
if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' }}
34
- uses: JamesIves/github-pages-deploy-action@4.1.1
+ uses: JamesIves/github-pages-deploy-action@v4.8.0
35
with:
36
BRANCH: pdoc
37
FOLDER: html
0 commit comments