Skip to content

Commit 1eb0330

Browse files
(MAINT) Update Hugo version pin in Netlify TOML
1 parent c18b697 commit 1eb0330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netlify.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ publish = "public"
33
command = "hugo --gc --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.111.3"
6+
HUGO_VERSION = "0.141.0"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
99

1010
[context.split1]
1111
command = "hugo --gc --minify --enableGitInfo"
1212

1313
[context.split1.environment]
14-
HUGO_VERSION = "0.111.3"
14+
HUGO_VERSION = "0.141.0"
1515
HUGO_ENV = "production"
1616

1717
[context.deploy-preview]
1818
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
1919

2020
[context.deploy-preview.environment]
21-
HUGO_VERSION = "0.111.3"
21+
HUGO_VERSION = "0.141.0"
2222

2323
[context.branch-deploy]
2424
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
2525

2626
[context.branch-deploy.environment]
27-
HUGO_VERSION = "0.111.3"
27+
HUGO_VERSION = "0.141.0"
2828

2929
[context.next.environment]
3030
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)