diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 39b0de19..dbd77820 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.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: docs folder: site