From 5ddecf4664c035ab918f16622b09a4c4e960312f Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 29 Sep 2024 19:19:56 +0200 Subject: [PATCH] update git-pre-push hook --- .githooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-push b/.githooks/pre-push index 12832c5..d97223c 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -17,7 +17,7 @@ clean_up () { echo -n ">>> Creating static files with `hugo version | awk '{ print $1,$2 }'`..." -ret="$(hugo --gc --minify --cleanDestinationDir --printPathWarnings --logLevel warn)" +ret="$(hugo --gc --minify --printPathWarnings --logLevel warn)" # if [ -n "$(echo $ret | grep Total)" ] ; then if [ "$?" -eq "0" ] ; then