davideisinger.com

My personal website
Log | Files | Refs | README

commit c447e5d79024c114d9302f1a68811b03c3a0b3ef
parent 775439bd10fe4f7b8d5f72b08c7e462e1232d602
Author: David Eisinger <[email protected]>
Date:   Thu, 20 Feb 2025 14:09:24 -0500

Upgrade Hugo to 0.144.2

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