commit 1e6938b3d80c12cdaf30dec14d4258c8c0f0cbe7 parent 055c0b04b7d3fdb13f51db671a93f914eddc74d1 Author: David Eisinger <[email protected]> Date: Fri, 11 Apr 2025 01:55:44 -0400 Upgrade Hugo to 0.146.1 Diffstat:
| M | .build.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: [email protected] 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