diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 6cdda7b..26dac4f 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -18,7 +18,7 @@ jobs: run: | sphinx-build doc _build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages