diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5d911534a..62203f879 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: - name: Generate documentation run: poetry run sphinx-build -b html ./ ./_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: docs