davideisinger.com

My personal website
Log | Files | Refs | README

commit 0856d67d2d21b754df90bce9d6593c7de99c91ca
parent 7fda5d8e2d0286f1b08f22e57806d7eeaf7079e3
Author: David Eisinger <[email protected]>
Date:   Wed,  8 Apr 2026 13:54:19 -0400

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