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