diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 9477783a..f46a10f2 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -17,7 +17,7 @@ jobs: python -m pip install --upgrade --upgrade-strategy eager -e .[dev] mkdocs build - name: Publish docs - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: docs folder: site