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 c98c9bd commit b0f750bCopy full SHA for b0f750b
.github/workflows/build.yml
@@ -10,8 +10,14 @@ jobs:
10
permissions:
11
contents: write
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: w3c/spec-prod@v2
15
with:
16
BUILD_FAIL_ON: warning
17
GH_PAGES_BRANCH: gh-pages
18
+ W3C_BUILD_OVERRIDE: |
19
+ status: NOTE-WD
20
+ TR: https://www.w3.org/TR/web-user-agents/
21
+ W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
22
+ # Replace following with appropriate value. See options.md for details.
23
+ W3C_WG_DECISION_URL: https://github.com/w3ctag/meetings/blob/gh-pages/2025/09-Hong-Kong/09-17-minutes.md#agreement-to-publish-it-as-a-draft-note-and-echidna-it
0 commit comments