From e9d671a3ea1415eae444021375f5a500169c8fa7 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 31 May 2025 15:13:10 -0400 Subject: [PATCH] Upgrade Hugo to 0.147.7 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index ae696ea..ba799b6 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.147.6 + HUGO_VERSION: 0.147.7 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |