davideisinger.com

My personal website
Log | Files | Refs | README

commit a51929fb7723c5f812f5af2f5c6646db77dbe1d5
parent baeb8f38fad8fa7e5dc328dcc53327ad4c94aeb7
Author: David Eisinger <[email protected]>
Date:   Wed, 29 Apr 2026 01:01:07 -0400

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