aboutsummaryrefslogtreecommitdiffstats
path: root/checkspelling.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checkspelling.sh')
-rwxr-xr-xcheckspelling.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkspelling.sh b/checkspelling.sh
index ac794f7..acd504e 100755
--- a/checkspelling.sh
+++ b/checkspelling.sh
@@ -1,7 +1,7 @@
#!/bin/bash
echo "Building docs..."
-mkdocs build
+mkdocs build --strict
if [ $? -ne 0 ]; then
exit 1
fi