Add --noCache flag to hugo build #47

Merged
rogs merged 1 commits from add-github-gitea-links into fr-translation 2025-05-14 21:03:29 -03:00

View File

@ -2,4 +2,10 @@
find ./ -type f -name '*.png' -not -path '*/.git/*' -exec sh -c 'cwebp -lossless $1 -o "${1%.png}.webp"' _ {} \;
find . -type f -not -path '*/.git/*' -exec sed -i -e 's/\.png/\.webp/g' {} \;
hugo -s . -d /var/www/fr.yams.media/ --minify --cleanDestinationDir --gc --verbose
hugo -s . -d /var/www/fr.yams.media/ \
--minify \
--cleanDestinationDir \
--gc \
--verbose \
--noCache