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 7976160 commit 7671388Copy full SHA for 7671388
.github/workflows/autopublish.yml
@@ -11,12 +11,16 @@ jobs:
11
name: Build, Validate and Deploy
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- uses: w3c/spec-prod@v2
16
with:
17
TOOLCHAIN: respec
18
GH_PAGES_BUILD_OVERRIDE: |
19
lint: false
20
+ W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
21
+ W3C_WG_DECISION_URL: https://www.w3.org/WAI/GL/wiki/Decisions
22
+ W3C_BUILD_OVERRIDE: |
23
+ specStatus: NOTE
24
BUILD_FAIL_ON: nothing
25
GH_PAGES_BRANCH: gh-pages
26
VALIDATE_WEBIDL: false
0 commit comments