diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d5c3907..2e8754b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,6 +1,9 @@ name: github pages on: + push: + branches: + - main workflow_dispatch: permissions: @@ -27,4 +30,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} with: + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./ipc