Upgrade Hugo to 0.146.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user