Skip to content

Commit

Permalink
Test deploy for WCAG 2.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Sep 20, 2024
1 parent 46efadf commit 670ba82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/11ty-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags
on:
push:
branches: [main]
branches: [main, kgf-11ty-21-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 All @@ -28,6 +27,7 @@ jobs:
- name: Build
env:
WCAG_MODE: editors
WCAG_VERSION: 21
run: |
npm i
npm run build
Expand Down

0 comments on commit 670ba82

Please sign in to comment.