From 1e6938b3d80c12cdaf30dec14d4258c8c0f0cbe7 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 11 Apr 2025 01:55:44 -0400 Subject: [PATCH] Upgrade Hugo to 0.146.1 --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 186064e..c89c0d8 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.145.0 + HUGO_VERSION: 0.146.1 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: | @@ -30,7 +30,7 @@ tasks: # Diff RSS template against Hugo default, make sure only differences are intentional - rss: | - curl -s https://raw.githubusercontent.com/gohugoio/hugo/refs/tags/v$HUGO_VERSION/tpl/tplimpl/embedded/templates/_default/rss.xml \ + curl -s https://raw.githubusercontent.com/gohugoio/hugo/refs/tags/v$HUGO_VERSION/tpl/tplimpl/embedded/templates/rss.xml \ | diff - ./themes/v2/layouts/_default/rss.xml \ | wc -l \ | grep 7