From 535c41beafcc1090ad16fe523b284919c8ce075c Mon Sep 17 00:00:00 2001 From: Andreas Deininger <andreas@deininger.net> Date: Wed, 16 Oct 2024 15:51:26 +0000 Subject: [PATCH] chore: bump GitHub action workflows (#520) --- netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/netlify.toml b/netlify.toml index f3d0dce..de078a6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.." [build.environment] - HUGO_VERSION = "0.128.0" + HUGO_VERSION = "0.134.2" HUGO_ENV = "production" HUGO_THEME = "repo" HUGO_BASEURL = "https://anatole-demo.netlify.app" -- Gitblit v1.10.0