From 1172432a3e4e15f6418a1b9d8b3f8d30b721c3f2 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 12 Jan 2026 14:24:21 -0500 Subject: [PATCH] Upgrade Hugo to 0.154.5 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 74cda1d..d2c29f0 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.154.3 + HUGO_VERSION: 0.154.5 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |