From aa7630b4295384b3ecddb14f826dbd1ab1535c52 Mon Sep 17 00:00:00 2001 From: Sidharth R <122173059+hugo-sid@users.noreply.github.com> Date: Sat, 16 Sep 2023 15:09:47 +0530 Subject: [PATCH] ci: update Hugo version for Netlify builds --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 49d35a14..b4511cb1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ command = "cd exampleSite && hugo --gc --themesDir ../.." [build.environment] - HUGO_VERSION = "0.110.0" + HUGO_VERSION = "0.116.1" HUGO_THEME = "repo" # Deploy Preview context: all deploys generated from