avoid bad timestamps

This commit is contained in:
Christoph Cullmann 2019-11-02 15:56:37 +01:00
parent 5c766f7d96
commit 2fa4830887

View file

@ -11,7 +11,7 @@ export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD` export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
# rerun hugo generator # rerun hugo generator
./hugo --minify ./hugo --minify --noTimes
# copy .htaccess # copy .htaccess
cp -f static/.htaccess public cp -f static/.htaccess public