diff --git a/.github/workflows/pdoc.yml b/.github/workflows/pdoc.yml index ba9f8d99..3d1bd973 100644 --- a/.github/workflows/pdoc.yml +++ b/.github/workflows/pdoc.yml @@ -46,7 +46,7 @@ jobs: PDOC_ALLOW_EXEC=1 python -We -m pdoc -o html PyMPDATA examples/PyMPDATA_examples -t docs/templates --math - if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' }} - uses: JamesIves/github-pages-deploy-action@4.1.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: pdoc folder: html