1
Fork 0

Try to read lastmod from git details

It's better than just assuming it never changes
This commit is contained in:
Jake Howard 2021-12-30 14:39:54 +00:00
parent 75196fbc3c
commit 8915b12414
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -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