Skip to content

Commit

Permalink
Set up branch for testing gh-pages update action
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Nov 26, 2024
1 parent 4c65d4a commit e3fa341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/11ty-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e3fa341

Please sign in to comment.