avoid bad timestamps
This commit is contained in:
parent
5c766f7d96
commit
2fa4830887
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue