From bc9aa2eaa666c9472517635df67d3437276f4afd Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 8 Aug 2021 15:37:07 +0000 Subject: [PATCH] Upgrade Netlify Hugo version --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e221fd8..2a5b2a8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "exampleSite/public" [build.environment] - HUGO_VERSION = "0.85.0" + HUGO_VERSION = "0.87.0" HUGO_THEME = "repo" [context.production]