davideisinger.com

My personal website
Log | Files | Refs | README

commit 3317e6c87e23317b0290d024058223ec4a032bc4
parent 38f5e55af0593f8b5d938c7dd8d9113426133b08
Author: David Eisinger <[email protected]>
Date:   Thu, 23 Jan 2025 10:55:03 -0500

Upgrade Hugo to 0.142.0

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: [email protected] 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: |