Skip to content

Commit 19817e4

Browse files
try autopublish
1 parent ed8dc22 commit 19817e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/autopublish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
- uses: w3c/spec-prod@v2
1717
with:
1818
TOOLCHAIN: respec
19-
GH_PAGES_BUILD_OVERRIDE: |
20-
lint: false
2119
# W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
2220
# W3C_WG_DECISION_URL: https://www.w3.org/WAI/GL/wiki/Decisions
2321
# W3C_BUILD_OVERRIDE: |
2422
# specStatus: NOTE
25-
BUILD_FAIL_ON: nothing
23+
BUILD_FAIL_ON: everything
2624
GH_PAGES_BRANCH: gh-pages
27-
VALIDATE_WEBIDL: false
28-
VALIDATE_MARKUP: false
25+
VALIDATE_WEBIDL: true
26+
VALIDATE_LINKS: true
27+
VALIDATE_MARKUP: true

0 commit comments

Comments
 (0)