davideisinger.com

My personal website
Log | Files | Refs | README

commit 6c7c312e40cf3777ea7d107364fc2e2d0203b50e
parent b661569dfa88a3380355c21163e6b97fd9209653
Author: David Eisinger <[email protected]>
Date:   Fri, 26 Sep 2025 09:32:04 -0400

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