Skip to content

Commit 84bbbea

Browse files
committed
chore: deny warnings in docs builds
This way, we'll get a build failure on PRs if the docs are broken. I really thought we already did this, but apparently, we don't? Signed-off-by: Eliza Weisman <eliza@buoyant.io>
1 parent 45fa57a commit 84bbbea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
[build.environment]
99
RUSTDOCFLAGS="""
10+
-D warnings \
1011
--cfg docsrs \
1112
--html-before-content /opt/build/repo/assets/warning.html \
1213
--html-in-header /opt/build/repo/assets/noindex.html \

0 commit comments

Comments
 (0)