mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +03:00
Enable minification when building the website for deployment
This commit is contained in:
4
build.sh
4
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"
|
||||
|
||||
Reference in New Issue
Block a user