Skip to content

Commit 977d645

Browse files
committed
netlify: Update to Hugo 0.62.1
1 parent 47f7e70 commit 977d645

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.59.1"
6+
HUGO_VERSION = "0.62.1"
77

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

1111
[context.deploy-preview.environment]
12-
HUGO_VERSION = "0.59.1"
12+
HUGO_VERSION = "0.62.1"
1313

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

1717
[context.branch-deploy.environment]
18-
HUGO_VERSION = "0.59.1"
18+
HUGO_VERSION = "0.62.1"
1919

2020

0 commit comments

Comments
 (0)