From b3a19c1216a77d6b8ef8aef298db718d9b5a639a Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 16 Oct 2025 22:47:26 -0400 Subject: [PATCH] Upgrade Hugo to 0.151.1 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index d825ba0..f483d3e 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.151.0 + HUGO_VERSION: 0.151.1 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |