From 751c952a3b82b60f03c6506421f20449963026ba Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 28 Feb 2025 10:27:16 -0500 Subject: [PATCH] Upgrade Hugo to 0.145.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index f191f95..28a9717 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.144.2 + HUGO_VERSION: 0.145.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |