Skip to content

Commit 380c1c2

Browse files
committed
netlify: Hugo 0.133.0
1 parent 9383d81 commit 380c1c2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

netlify.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33
command = "./hugo-ci.sh --gc -s exampleSite --minify"
44

55
[build.environment]
6-
HUGO_VERSION = "0.115.1"
6+
HUGO_VERSION = "0.133.0"
77

88
[context.deploy-preview]
99
command = "./hugo-ci.sh -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
1010

11-
[context.deploy-preview.environment]
12-
HUGO_VERSION = "0.115.1"
13-
1411
[context.branch-deploy]
1512
command = "./hugo-ci.sh -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
16-
17-
[context.branch-deploy.environment]
18-
HUGO_VERSION = "0.115.1"

0 commit comments

Comments
 (0)