diff --git a/update.sh b/update.sh index d02efa3..2e39cb6 100755 --- a/update.sh +++ b/update.sh @@ -14,6 +14,8 @@ find src -iname '*.sh' | while read -r __file; do time ./${__file} "$(dirname "${__file}")/" done +rm -r public + HUGO_ENV=production hugo --gc --minify exit