We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c28ff commit f026905Copy full SHA for f026905
1 file changed
.github/workflows/auto-publish.yml
@@ -2,7 +2,7 @@ name: CI
2
on:
3
pull_request: {}
4
push:
5
- branches: [gh-pages]
+ branches: [main]
6
jobs:
7
main:
8
name: Build, Validate and Deploy
@@ -12,6 +12,7 @@ jobs:
12
- uses: w3c/spec-prod@v2
13
with:
14
TOOLCHAIN: bikeshed
15
+ GH_PAGES_BRANCH: gh-pages
16
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
17
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html
18
W3C_BUILD_OVERRIDE: |
0 commit comments