From 6a21dfe20fb3c97b5a915c4dbc575f871f784262 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 17 Jul 2023 10:03:45 +0000 Subject: [PATCH] Site: Update hugo from v0.115.2 to v0.115.3 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0703a60be2..a45c6751d1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in [build.environment] NODE_VERSION = "14.21.1" -HUGO_VERSION = "v0.115.2" +HUGO_VERSION = "v0.115.3" [context.production.environment] HUGO_ENV = "production"