Check RSS fix

This commit is contained in:
David Eisinger
2026-04-08 22:50:11 -04:00
parent 7a50a7541a
commit 4d0c65dcef
3 changed files with 31 additions and 9 deletions

View File

@@ -33,11 +33,7 @@ jobs:
printf '%s' "$SECRET_KEY" > secret.key
- name: Verify RSS template diff
run: |
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
run: ./bin/check-rss-template
- name: Build site
run: ./bin/build