Skip to content

Commit 8a65d21

Browse files
committed
Bump to Hugo v0.147.3
Signed-off-by: Nic Cope <[email protected]>
1 parent 580593f commit 8a65d21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Hugo
2020
uses: peaceiris/actions-hugo@v2
2121
with:
22-
hugo-version: '0.119.0'
22+
hugo-version: '0.147.3'
2323
extended: true
2424

2525
- name: Build

.github/workflows/weekly-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v2
2020
with:
21-
hugo-version: '0.119.0'
21+
hugo-version: '0.147.3'
2222
extended: true
2323

2424
- name: Build

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# The version of Hugo to use for the Netlify build.
1818
[build.environment]
19-
HUGO_VERSION = "0.119.0"
19+
HUGO_VERSION = "0.147.3"
2020

2121
#
2222
# The following are Netlify redirects for moved docs pages

themes/geekboot/layouts/partials/stylesheet-dynamic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ $sassOptions := (dict "outputStyle" "expanded" "precision" 6 "enableSourceMap" true ) }}
33

44
{{ if eq hugo.Environment "production" -}}
5-
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | resources.PostCSS | fingerprint | resources.PostProcess }}
5+
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | css.PostCSS | fingerprint | resources.PostProcess }}
66
{{ else }}
77
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | fingerprint }}
88
{{ end }}

0 commit comments

Comments
 (0)