From 0856d67d2d21b754df90bce9d6593c7de99c91ca Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 8 Apr 2026 13:54:19 -0400 Subject: [PATCH] Upgrade Hugo to 0.160.1 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 467bcad..4ff35be 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.160.0 + HUGO_VERSION: 0.160.1 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |