Skip to content

Commit

Permalink
Hugo version updates to v0.142.0 (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris "Not So" Short <chrisshort@duck.com>
  • Loading branch information
chris-short authored Jan 23, 2025
1 parent 352f9c8 commit f331e00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ publish = "public"
command = "curl -L 'https://cdn.carbonads.com/carbon.js?serve=CK7D52QU&placement=chrisshortnet' -o assets/js/carbon.js ; hugo --minify --enableGitInfo"

[context.production.environment]
HUGO_VERSION = "0.140.2"
HUGO_VERSION = "0.142.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.split1]
command = "curl -L 'https://cdn.carbonads.com/carbon.js?serve=CK7D52QU&placement=chrisshortnet' -o assets/js/carbon.js ; hugo --minify --enableGitInfo"

[context.split1.environment]
HUGO_VERSION = "0.140.2"
HUGO_VERSION = "0.142.0"
HUGO_ENV = "production"

[context.deploy-preview]
command = "hugo -DF -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.140.2"
HUGO_VERSION = "0.142.0"
# Skip all post processing in deploy previews,
# ignoring any other settings
[context.deploy-preview.processing]
Expand All @@ -26,7 +26,7 @@ skip_processing = true
[context.branch-deploy]
command = "hugo -DF -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.140.2"
HUGO_VERSION = "0.142.0"

[context.next.environment]
HUGO_ENABLEGITINFO = "true"
Expand Down

0 comments on commit f331e00

Please sign in to comment.