From 3317e6c87e23317b0290d024058223ec4a032bc4 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 23 Jan 2025 10:55:03 -0500 Subject: [PATCH] Upgrade Hugo to 0.142.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 59467cb..f13c138 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.141.0 + HUGO_VERSION: 0.142.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |