Skip to content

Commit 4cfc97e

Browse files
authored
Merge pull request #1824 from opensafely/steve/re-enable-strict-build
Re-enable `--strict` for builds in CI
2 parents f375bab + 30730cb commit 4cfc97e

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)