diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 06765642..23d5b980 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -55,7 +55,7 @@ # we only deploy on push to main if: | github.event_name == 'push' && github.event.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.