davideisinger.com

My personal website
Log | Files | Refs | README

commit ee00c8ea4c494c179a196a373bd6b5a19add8ec0
parent 1172432a3e4e15f6418a1b9d8b3f8d30b721c3f2
Author: David Eisinger <[email protected]>
Date:   Sat, 31 Jan 2026 09:45:13 -0500

Upgrade Hugo to 0.155.1

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