update: Fix...
This commit is contained in:
parent
0838e1cd16
commit
895d92139b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue