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