davideisinger.com

My personal website
Log | Files | Refs | README

commit 2eab2753880a61bfb952a3666abf6ce00878eff2
parent f1d9140cbbf0b5d553689f2b98deed0a1717b2f0
Author: David Eisinger <[email protected]>
Date:   Tue,  8 Jul 2025 23:53:13 -0400

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