davideisinger.com

My personal website
Log | Files | Refs | README

commit 7f7bb5f6ce4ffd14144ae56fcbacc149b2e9c8b4
parent 3e9126c646efb9281ef2218a07e71d296056c7f2
Author: David Eisinger <[email protected]>
Date:   Mon,  9 Dec 2024 04:11:41 -0500

Test RSS diff in CI

Diffstat:
M.build.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -24,6 +24,11 @@ tasks: echo 'cd davideisinger.com' >> ~/.buildenv - spelling: | npx cspell "content/**/*.md" + - rss: | + curl -s https://raw.githubusercontent.com/gohugoio/hugo/refs/tags/v$HUGO_VERSION/tpl/tplimpl/embedded/templates/_default/rss.xml \ + | diff - ./themes/v2/layouts/_default/rss.xml \ + | wc -l \ + | grep 7 - dither: | cd bin/dither sudo bundle install