davideisinger.com

My personal website
Log | Files | Refs | README

commit 38f5e55af0593f8b5d938c7dd8d9113426133b08
parent f37b40e5ff7f0156022af661c0c85976bf3c05ba
Author: David Eisinger <[email protected]>
Date:   Fri, 17 Jan 2025 09:51:38 -0500

Upgrade Hugo to 0.141.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.140.2 + HUGO_VERSION: 0.141.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |