From 2fa4830887e641855abdad64fefd8e79f7dad8fd Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 2 Nov 2019 15:56:37 +0100 Subject: [PATCH] avoid bad timestamps --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e61bd41..85147af 100755 --- a/update.sh +++ b/update.sh @@ -11,7 +11,7 @@ export GIT_COMMIT_SHA=`git rev-parse --verify HEAD` export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD` # rerun hugo generator -./hugo --minify +./hugo --minify --noTimes # copy .htaccess cp -f static/.htaccess public