mirror of https://github.com/crossplane/docs.git
Bump to Hugo v0.147.3
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
580593faea
commit
8a65d2102d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue