diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index e47b8ec..85a5b6a 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -43,7 +43,7 @@ jobs: - name: Publish to gh-pages if tagged if: startsWith(github.ref, 'refs/tags') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs