summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-11-02 15:56:37 +0100
committerChristoph Cullmann <cullmann@kde.org>2019-11-02 15:56:37 +0100
commit2fa4830887e641855abdad64fefd8e79f7dad8fd (patch)
tree76eb48f6a656f149a40d86083bc9b1fae82d7920 /update.sh
parent5c766f7d962c08a84b009d916879c6b0b802630b (diff)
avoid bad timestamps
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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