davideisinger.com

My personal website
Log | Files | Refs | README

commit a31174c4d2ad562af690b461a1f0e011b6a744ca
parent 6f5a69fa4a117b3e3c1df680ac7da6d0a3f42128
Author: David Eisinger <[email protected]>
Date:   Thu, 26 Mar 2026 10:40:08 -0400

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