Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
setup on gh-pages branch
  • Loading branch information
caribouW3 committed Jun 27, 2022
1 parent 0335294 commit 7f497c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
on:
push:
branches:
- main
branches: [gh-pages]
pull_request: {}

jobs:
validate-and-publish:
name: Validate and Publish
Expand All @@ -12,11 +10,12 @@ jobs:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: index.html
VALIDATE_LINKS: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
W3C_BUILD_OVERRIDE: |
specStatus: WD
shortName: requestidlecallback

0 comments on commit 7f497c8

Please sign in to comment.