From f91ea94246361725f492923353d0036b513932be Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 12 Aug 2023 12:15:08 +0200 Subject: [PATCH] ci: upgrade Netlify CI Hugo version to 0.117.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 90a0360..229f970 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "exampleSite/public" [build.environment] - HUGO_VERSION = "0.100.2" + HUGO_VERSION = "0.117.0" HUGO_THEME = "repo" [context.production]