update: Fix...

This commit is contained in:
William Floyd 2020-03-13 04:45:43 +01:00
parent 0838e1cd16
commit 895d92139b
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -3,7 +3,7 @@
git pull git pull
find src -iname '*.sh' | while read -r __file; do find src -iname '*.sh' | while read -r __file; do
time ./${1} time ./${__file}
done done
HUGO_ENV=production hugo --gc --minify HUGO_ENV=production hugo --gc --minify