From 53a96ae4c4142e5bb8da286f9577fea7990768da Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 23 Dec 2020 11:30:46 +0100 Subject: [PATCH] bump hugo version --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 00db77c..8d26151 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,10 +3,10 @@ publish = "public" command = "./hugo --baseURL https://www.itix.fr" [build.environment] # Global -HUGO_VERSION = "0.75" +HUGO_VERSION = "0.79.1" [context.production.environment] # Only for prod -HUGO_VERSION = "0.75" +HUGO_VERSION = "0.79.1" [context.deploy-preview] command = "./hugo --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL"