upgraded hugo version

This commit is contained in:
Nuno Coração
2022-09-26 22:10:03 +01:00
parent 4472c3487f
commit 512a268c9b
3 changed files with 6 additions and 6 deletions

View File

@@ -8,17 +8,17 @@ HUGO_THEME = "repo"
TZ = "Portugal/Lisbon"
[context.production.environment]
HUGO_VERSION = "0.100.2"
HUGO_VERSION = "0.104.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.100.2"
HUGO_VERSION = "0.104.1"
[context.branch-deploy]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.100.2"
HUGO_VERSION = "0.104.1"