From 2351aed9d9dc0ad05e9cc86ee3a3ee2624e1bac1 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 26 Feb 2026 10:16:01 -0500 Subject: [PATCH] Upgrade Hugo to 0.157.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 095e9c1..28accaf 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.156.0 + HUGO_VERSION: 0.157.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |