From 26d39869df6a307defbc0e0fa9492ef56db2e466 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Mon, 25 Nov 2024 16:06:45 -0500 Subject: [PATCH] Set up branch for testing gh-pages update action --- .github/workflows/11ty-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: