Bump to Hugo v0.147.3

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-08-05 22:19:54 -07:00
parent 580593faea
commit 8a65d2102d
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.119.0'
hugo-version: '0.147.3'
extended: true
- name: Build

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.119.0'
hugo-version: '0.147.3'
extended: true
- name: Build

View File

@ -16,7 +16,7 @@
# The version of Hugo to use for the Netlify build.
[build.environment]
HUGO_VERSION = "0.119.0"
HUGO_VERSION = "0.147.3"
#
# The following are Netlify redirects for moved docs pages

View File

@ -2,7 +2,7 @@
{{ $sassOptions := (dict "outputStyle" "expanded" "precision" 6 "enableSourceMap" true ) }}
{{ if eq hugo.Environment "production" -}}
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | resources.PostCSS | fingerprint | resources.PostProcess }}
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | css.PostCSS | fingerprint | resources.PostProcess }}
{{ else }}
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | fingerprint }}
{{ end }}