davideisinger.com

My personal website
Log | Files | Refs | README

commit 2351aed9d9dc0ad05e9cc86ee3a3ee2624e1bac1
parent 8a5adda892d02c3ab3abfb74eb2ac37c49380e1a
Author: David Eisinger <[email protected]>
Date:   Thu, 26 Feb 2026 10:16:01 -0500

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