davideisinger.com

My personal website
Log | Files | Refs | README

commit 83db5e44dcf6741c98973b19ab0d4f05efb7f41a
parent 4c708ce6785a1b7c802c232c492ed5f96c30c91e
Author: David Eisinger <[email protected]>
Date:   Mon, 22 Jun 2026 09:21:22 -0400

Upgrade Hugo to 0.163.3

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