diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 0547d8b..fb4eefe 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -47,7 +47,7 @@ jobs: run: make html --jobs $(nproc) - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.