From ac893ce124ab96ec7d44a532a12d224130eab2aa Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 14 Apr 2025 00:19:25 -0400 Subject: [PATCH] Upgrade Hugo to 0.146.3 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index c89c0d8..fe2a5c8 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.146.1 + HUGO_VERSION: 0.146.3 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |