diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b78442d0..a3321816 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,7 +46,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages # The branch the action should deploy to. folder: docs/_build/html # The folder the action should deploy.