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
|
||||
|
||||
find src -iname '*.sh' | while read -r __file; do
|
||||
time ./${1}
|
||||
time ./${__file}
|
||||
done
|
||||
|
||||
HUGO_ENV=production hugo --gc --minify
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue