summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-01-24 21:39:31 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-01-24 21:39:31 +0100
commit3236c1d56e99dec8c80211bd5e6d2467fde6d96e (patch)
tree75ad99bfcd929c789f2873819347bd0b551ee4d5 /update.sh
parent6a8079fe80ad88f9e2d2a2f1f8f9ce3f06b51a2d (diff)
use new hugo
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 85147af..e103dbb 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 --noTimes
+hugo --minify --noTimes
# copy .htaccess
cp -f static/.htaccess public