davideisinger.com

My personal website
Log | Files | Refs | README

commit b0d1ff6fcb81d4f1dfc48f8b9b870c058997734b
parent 4b3d98b59abf06b5e68f4ed5a01d4ca9287477ef
Author: David Eisinger <[email protected]>
Date:   Tue,  9 Sep 2025 10:06:33 -0400

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