From 8c4167948aecc917296066fe0f059c0aac7e8715 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 24 Oct 2025 09:33:00 -0400 Subject: [PATCH] Upgrade Hugo to 0.152.1 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index d9c7ffb..59e5a63 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.151.2 + HUGO_VERSION: 0.152.1 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |