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