Try to read lastmod from git
details
It's better than just assuming it never changes
This commit is contained in:
parent
75196fbc3c
commit
8915b12414
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@ build:
|
|||
image: node:alpine
|
||||
stage: build
|
||||
before_script:
|
||||
- apk add --no-cache hugo
|
||||
- apk add --no-cache hugo git
|
||||
script:
|
||||
- ./scripts/release.sh
|
||||
artifacts:
|
||||
|
|
|
@ -25,6 +25,8 @@ enableEmoji: true
|
|||
MetaDataFormat: yaml
|
||||
stepAnalysis: true
|
||||
|
||||
enableGitInfo: true
|
||||
|
||||
pygmentsCodefencesGuessSyntax: true
|
||||
pygmentsCodefences: true
|
||||
pygmentsUseClasses: true
|
||||
|
|
Loading…
Reference in a new issue