Skip to content

Commit 1d7f108

Browse files
committed
netlify: Bump to Hugo 0.99.1
1 parent 24faf52 commit 1d7f108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎netlify.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ publish = "exampleSite/public"
33
command = "hugo --gc -s exampleSite --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.91.2"
6+
HUGO_VERSION = "0.99.1"
77

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

1111
[context.deploy-preview.environment]
12-
HUGO_VERSION = "0.91.2"
12+
HUGO_VERSION = "0.99.1"
1313

1414
[context.branch-deploy]
1515
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
1616

1717
[context.branch-deploy.environment]
18-
HUGO_VERSION = "0.91.2"
18+
HUGO_VERSION = "0.99.1"
1919

2020

0 commit comments

Comments
 (0)