Skip to content

Commit

Permalink
👷 Bump Netlify Hugo version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 27, 2022
1 parent d427baf commit 59b5719
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.96.0"
HUGO_VERSION = "0.99.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.96.0"
HUGO_VERSION = "0.99.1"

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

[context.branch-deploy.environment]
HUGO_VERSION = "0.96.0"
HUGO_VERSION = "0.99.1"

0 comments on commit 59b5719

Please sign in to comment.