Skip to content

Commit 98fadd4

Browse files
committed
Define the Bikeshed build to fail on warnings
See https://github.com/w3c/spec-prod/blob/main/docs/options.md#build_fail_on Fix #468
1 parent 5b7363a commit 98fadd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GH_PAGES_BRANCH: gh-pages
1818
TOOLCHAIN: bikeshed
1919
VALIDATE_LINKS: false
20-
BUILD_FAIL_ON: link-error
20+
BUILD_FAIL_ON: warning
2121
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webmachinelearning-wg/2021Jun/0011.html
2222
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
2323
W3C_BUILD_OVERRIDE: |

0 commit comments

Comments
 (0)