Removed destination dir cleanup
This commit is contained in:
parent
04abe1389d
commit
c94f634b7e
2
build.sh
2
build.sh
@ -7,4 +7,4 @@ find . -type f -not -path '*/.git/*' -exec sed -i -e 's/\.png/\.webp/g' {} \;
|
||||
find . -type f -not -path '*/.git/*' -exec sed -i -e 's/\.jpg/\.webp/g' {} \;
|
||||
find . -type f -not -path '*/.git/*' -exec sed -i -e 's/\.jpeg/\.webp/g' {} \;
|
||||
|
||||
hugo -s . -d /var/www/rogs.me/ --minify --cleanDestinationDir --gc --verbose
|
||||
hugo -s . -d /var/www/rogs.me/ --minify
|
||||
|
Loading…
x
Reference in New Issue
Block a user