davideisinger.com

My personal website
Log | Files | Refs | README

commit 60d543d2f2f687a1b5d0d23babce9c493de9d884
parent 981b1c950a7567f9b607b1bd1d2393900a758ea9
Author: David Eisinger <[email protected]>
Date:   Mon,  8 Sep 2025 09:44:07 -0400

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