Skip to content

Commit 7671388

Browse files
Prepare for Note publication
1 parent 7976160 commit 7671388

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/autopublish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ jobs:
1111
name: Build, Validate and Deploy
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: w3c/spec-prod@v2
1616
with:
1717
TOOLCHAIN: respec
1818
GH_PAGES_BUILD_OVERRIDE: |
1919
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
2024
BUILD_FAIL_ON: nothing
2125
GH_PAGES_BRANCH: gh-pages
2226
VALIDATE_WEBIDL: false

0 commit comments

Comments
 (0)