Upgrade to Hugo 0.76.2 (#444)

Closes #442
This commit is contained in:
Patrice Chalin 2020-10-07 17:09:44 -04:00 committed by GitHub
parent 9f92b1e332
commit e125e5f8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
HUGO_VERSION = 0.70.0
HUGO_VERSION = 0.76.2
DOCKER_IMG := klakegg/hugo:$(HUGO_VERSION)-ext
SERVE_CMD = server --buildDrafts --buildFuture --disableFastRender --ignoreCache

View File

@ -3,7 +3,7 @@ publish = "public"
command = "make production-build"
[build.environment]
HUGO_VERSION = "0.70.0"
HUGO_VERSION = "0.76.2"
NODE_VERSION = "12"
[context.deploy-preview]