davideisinger.com

My personal website
Log | Files | Refs | README

commit 751c952a3b82b60f03c6506421f20449963026ba
parent c447e5d79024c114d9302f1a68811b03c3a0b3ef
Author: David Eisinger <[email protected]>
Date:   Fri, 28 Feb 2025 10:27:16 -0500

Upgrade Hugo to 0.145.0

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