From aae28e56f700c848792b6c7ce567a05b21ec55b1 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sun, 5 Apr 2026 20:39:41 -0400 Subject: [PATCH] Upgrade Hugo to 0.160.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index cd61f77..467bcad 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.159.2 + HUGO_VERSION: 0.160.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |