davideisinger.com

My personal website
Log | Files | Refs | README

commit b8329cd70dd18b10ec2fba88a1cbd687017adde5
parent 84c87c7395a98362f45f79de98927677ffa2bfc4
Author: David Eisinger <[email protected]>
Date:   Tue,  4 Feb 2025 10:16:17 -0500

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