From bc181cf188e2899bf8a8f8884f6cd56ca736d775 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sun, 8 Jun 2025 08:28:33 -0400 Subject: [PATCH] Upgrade Hugo to 0.147.8 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index ba799b6..d5ccd4d 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.147.7 + HUGO_VERSION: 0.147.8 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |