summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 5908bb5..66bc905 100755
--- a/update.sh
+++ b/update.sh
@@ -12,7 +12,7 @@ git pull -q &> /dev/null
# export the GIT env vars we need to have links in the footer
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
-./hugo
+./hugo --minify
# copy .htaccess
cp -f static/.htaccess public