davideisinger.com

My personal website
Log | Files | Refs | README

commit 1172432a3e4e15f6418a1b9d8b3f8d30b721c3f2
parent cce566fcb1c718cefa4d392cfbe3898d5c1d80b7
Author: David Eisinger <[email protected]>
Date:   Mon, 12 Jan 2026 14:24:21 -0500

Upgrade Hugo to 0.154.5

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