update: Force remove public anyway.
This commit is contained in:
parent
3119c7df65
commit
91add18676
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue