do not rebuild static files all the time

This commit is contained in:
2025-11-27 07:54:57 +00:00
parent 80e1bc667d
commit 5b19830a2d
2 changed files with 23 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
set -xeuo pipefail
cd "$(git rev-parse --show-toplevel)"
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning
hugo --printPathWarnings --panicOnWarning
find public -type d | xargs -P4 -n1 make -j4 -sf $PWD/scripts/Makefile.static -C