diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index c7d856923..29e963767 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -79,7 +79,7 @@ jobs: - name: Deploy 🚀 if: ${{ github.event_name != 'pull_request' }} - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.