diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index f6a779e4..ea5dd79d 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -36,7 +36,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.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.