From b0d1ff6fcb81d4f1dfc48f8b9b870c058997734b Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Tue, 9 Sep 2025 10:06:33 -0400 Subject: [PATCH] Upgrade Hugo to 0.150.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index c924718..9f07362 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.149.1 + HUGO_VERSION: 0.150.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |