From 977d645ab43c8541b9e2963cb56a06fbeb9a7540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 2 Jan 2020 17:16:26 +0100 Subject: netlify: Update to Hugo 0.62.1 --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6699638..18d125b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,18 +3,18 @@ publish = "exampleSite/public" command = "hugo --gc -s exampleSite --minify" [context.production.environment] -HUGO_VERSION = "0.59.1" +HUGO_VERSION = "0.62.1" [context.deploy-preview] command = "hugo -s exampleSite -D -F -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.59.1" +HUGO_VERSION = "0.62.1" [context.branch-deploy] command = "hugo -s exampleSite --gc -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.59.1" +HUGO_VERSION = "0.62.1" -- cgit v1.2.3