Skip to content

Commit b0f750b

Browse files
committed
Publish user-agents as a Draft Note.
1 parent c98c9bd commit b0f750b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: w3c/spec-prod@v2
1515
with:
1616
BUILD_FAIL_ON: warning
1717
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

Comments
 (0)