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