From 9d8f7acdb0c1faba5731a68f8a51577cdea74760 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 21 May 2025 11:34:54 -0400 Subject: [PATCH] Upgrade Hugo to 0.147.4 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5c66155..fd6069d 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.147.3 + HUGO_VERSION: 0.147.4 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |