Skip to content

Commit 30730cb

Browse files
committed
Re-enable --strict for build
Fixes #764. We used to have this enabled; it can help catch things like entirely broken links before they make it into the deployed version.
1 parent f375bab commit 30730cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ run: devenv
129129

130130
# Build the documentation
131131
build: devenv
132-
$BIN/mkdocs build
132+
$BIN/mkdocs build --strict
133133

134134
# Count words in generated documentation content (within <article> tags)
135135
wordcount: build

0 commit comments

Comments
 (0)