Upgrade Hugo to 0.146.1

This commit is contained in:
David Eisinger
2025-04-11 01:55:44 -04:00
parent 055c0b04b7
commit 1e6938b3d8

View File

@@ -15,7 +15,7 @@ triggers:
condition: failure condition: failure
to: david@davideisinger.com to: david@davideisinger.com
environment: environment:
HUGO_VERSION: 0.145.0 HUGO_VERSION: 0.146.1
tasks: tasks:
# Install Hugo + Bundler, and make all subsequent steps cd into site root # Install Hugo + Bundler, and make all subsequent steps cd into site root
- setup: | - setup: |
@@ -30,7 +30,7 @@ tasks:
# Diff RSS template against Hugo default, make sure only differences are intentional # Diff RSS template against Hugo default, make sure only differences are intentional
- rss: | - 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 \ | diff - ./themes/v2/layouts/_default/rss.xml \
| wc -l \ | wc -l \
| grep 7 | grep 7