diff --git a/build.sh b/build.sh index d5f66ca..a44a26c 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ EOF # Trim the first line of the output to get a valid Markdown table. python3 "$TMP/doc/tools/doc_status.py" -u "$TMP/doc/classes" | tail -n +2 >> content/_index.md -# Build the website. -hugo +# Build the website with optimizations enabled. +hugo --minify rm -rf "$TMP"