From 9d3f88ed155519142b5cea2ecf3301ae79b55989 Mon Sep 17 00:00:00 2001 From: msrocka Date: Fri, 30 Aug 2024 17:27:58 +0200 Subject: [PATCH] need to pass in the token? --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) 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