From aef8b7219c525c7e513428de6c765ad0af47dd27 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sun, 27 Apr 2025 17:12:54 -0400 Subject: [PATCH] Upgrade Hugo to 0.147.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 42c1d08..b9f0603 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.146.7 + HUGO_VERSION: 0.147.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |