Removed destination dir cleanup

This commit is contained in:
Roger Gonzalez 2023-02-21 21:38:31 -03:00
parent 04abe1389d
commit c94f634b7e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -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