Skip to content

Commit f026905

Browse files
authored
Fix up autopublish (#212)
1 parent 98c28ff commit f026905

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
pull_request: {}
44
push:
5-
branches: [gh-pages]
5+
branches: [main]
66
jobs:
77
main:
88
name: Build, Validate and Deploy
@@ -12,6 +12,7 @@ jobs:
1212
- uses: w3c/spec-prod@v2
1313
with:
1414
TOOLCHAIN: bikeshed
15+
GH_PAGES_BRANCH: gh-pages
1516
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
1617
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html
1718
W3C_BUILD_OVERRIDE: |

0 commit comments

Comments
 (0)