diff --git a/.github/workflows/11ty-publish.yaml b/.github/workflows/11ty-publish.yaml index fd2ec74e6b..ce549dbfd2 100644 --- a/.github/workflows/11ty-publish.yaml +++ b/.github/workflows/11ty-publish.yaml @@ -5,7 +5,7 @@ name: Push to gh-pages branch # See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags on: push: - branches: [main] + branches: [main, kgf-action-test] jobs: main: @@ -19,7 +19,6 @@ jobs: with: ref: gh-pages path: _site - token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - name: Install Node.js and dependencies uses: actions/setup-node@v4 with: