Skip to content

Commit

Permalink
👷 Update Netlify Hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Jun 4, 2023
1 parent e2a46a0 commit 8653a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ HUGO_THEME = "repo"
TZ = "Australia/Melbourne"

[context.production.environment]
HUGO_VERSION = "0.106.0"
HUGO_VERSION = "0.112.7"
HUGO_ENV = "production"

[context.deploy-preview]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.106.0"
HUGO_VERSION = "0.112.7"

[context.branch-deploy]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"

[context.branch-deploy.environment]
HUGO_VERSION = "0.106.0"
HUGO_VERSION = "0.112.7"

0 comments on commit 8653a4d

Please sign in to comment.