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
|
image: node:alpine
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache hugo
|
- apk add --no-cache hugo git
|
||||||
script:
|
script:
|
||||||
- ./scripts/release.sh
|
- ./scripts/release.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -25,6 +25,8 @@ enableEmoji: true
|
||||||
MetaDataFormat: yaml
|
MetaDataFormat: yaml
|
||||||
stepAnalysis: true
|
stepAnalysis: true
|
||||||
|
|
||||||
|
enableGitInfo: true
|
||||||
|
|
||||||
pygmentsCodefencesGuessSyntax: true
|
pygmentsCodefencesGuessSyntax: true
|
||||||
pygmentsCodefences: true
|
pygmentsCodefences: true
|
||||||
pygmentsUseClasses: true
|
pygmentsUseClasses: true
|
||||||
|
|
Loading…
Reference in a new issue