diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 5d18bfa7..d31453f3 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -32,7 +32,7 @@ jobs: # we only deploy on push to main if: | github.event_name == 'push' && github.event.ref == 'refs/heads/develop' - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.