diff --git a/.github/workflows/generate-doc.yml b/.github/workflows/generate-doc.yml index 639730ecb3956..b1a1abd8b5c20 100644 --- a/.github/workflows/generate-doc.yml +++ b/.github/workflows/generate-doc.yml @@ -81,7 +81,7 @@ jobs: - name: Deploy API documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 # we only deploy on push to main if: | github.event_name == 'push' && github.event.ref == 'refs/heads/main'