Skip to content

Commit 0440f2b

Browse files
committed
netlify: Bump Hugo
1 parent f96c565 commit 0440f2b

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

‎netlify.toml‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
[build]
2-
publish = "exampleSite/public"
3-
command = "hugo --gc -s exampleSite --minify"
2+
publish = "exampleSite/public"
3+
command = "hugo --gc -s exampleSite --minify"
44

5-
[context.production.environment]
6-
HUGO_VERSION = "0.109.0"
5+
[build.environment]
6+
HUGO_VERSION = "0.118.2"
77

88
[context.deploy-preview]
9-
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
10-
11-
[context.deploy-preview.environment]
12-
HUGO_VERSION = "0.109.0"
9+
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
1310

1411
[context.branch-deploy]
15-
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
16-
17-
[context.branch-deploy.environment]
18-
HUGO_VERSION = "0.109.0"
19-
20-
12+
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"

0 commit comments

Comments
 (0)