diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ad06ce7..615b0cf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: - publish_branch: gh-pages + publish_branch: main github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_build/ force_orphan: true