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 34fe72c commit ea0cbd1Copy full SHA for ea0cbd1
.github/workflows/auto-publish.yml
@@ -0,0 +1,18 @@
1
+name: CI
2
+on:
3
+ pull_request: {}
4
+ push:
5
+ branches: [gh-pages]
6
+jobs:
7
+ main:
8
+ name: Build, Validate and Deploy
9
+ runs-on: ubuntu-20.04
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ - uses: w3c/spec-prod@v2
13
+ with:
14
+ BUILD_FAIL_ON: "link-error"
15
+ W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
16
+ W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-audio/2024AprJun/0011.html
17
+ W3C_BUILD_OVERRIDE: |
18
+ specStatus: WD
0 commit comments