davideisinger.com

My personal website
Log | Files | Refs | README

commit 84c87c7395a98362f45f79de98927677ffa2bfc4
parent e6ab131e6ea11b22d24de5b601f7730da4a180b9
Author: David Eisinger <[email protected]>
Date:   Sun,  2 Feb 2025 01:16:13 -0500

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