From 59cf2a8d9e03ef630a6c62298558c51b1656b60b Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 2 May 2025 14:53:34 -0400 Subject: [PATCH] Upgrade Hugo to 0.147.1 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index b9f0603..20a4aef 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.147.0 + HUGO_VERSION: 0.147.1 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |