diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 25ce1210..96eab82d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -58,7 +58,7 @@ jobs: run: make html --jobs 2 - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 if: github.ref == 'refs/heads/main' with: token: ${{ secrets.GITHUB_TOKEN }}