Export is a lowercase command !
This commit is contained in:
parent
552c835f31
commit
6daff95b9f
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
## Generate
|
## Generate
|
||||||
|
|
||||||
# in order to add git commit on blog pages
|
# in order to add git commit on blog pages
|
||||||
EXPORT GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
|
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`
|
||||||
# gen blog inside ./static folder
|
# gen blog inside ./static folder
|
||||||
hugo
|
hugo
|
||||||
|
|
Loading…
Reference in a new issue