diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e39a8a..14a6b5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: - name: Build docs run: make docs - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'release' }} with: publish_branch: gh-pages