From 11cb95fe043de91f1ee4f730794013591172e1e4 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 4 Dec 2020 16:28:42 +0100 Subject: [PATCH] ci: upgrade Hugo version to 0.79.0 (#56) --- 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]