do not rebuild static files all the time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user