diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index dadf8ed1..7f9ba52c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -51,7 +51,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.6 if: github.ref == 'refs/heads/main' with: token: ${{ secrets.GITHUB_TOKEN }}