davideisinger.com

My personal website
Log | Files | Refs | README

commit 6f5a69fa4a117b3e3c1df680ac7da6d0a3f42128
parent 0327584f01141a18856a47c8f66278f0c98cc8fc
Author: David Eisinger <[email protected]>
Date:   Tue, 24 Mar 2026 12:49:21 -0400

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