From ef1e0fd043e1ce266069ab604ca844f20f3736c8 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 4 Dec 2020 16:26:05 +0100 Subject: [PATCH] ci: upgrade Hugo version to 0.79.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 08c3dca..aecd1da 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "exampleSite/public" [build.environment] - HUGO_VERSION = "0.74.3" + HUGO_VERSION = "0.79.0" HUGO_THEME = "repo" [context.production]