File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
themes/geekboot/layouts/partials Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Hugo
20
20
uses : peaceiris/actions-hugo@v2
21
21
with :
22
- hugo-version : ' 0.119.0 '
22
+ hugo-version : ' 0.147.3 '
23
23
extended : true
24
24
25
25
- name : Build
Original file line number Diff line number Diff line change 18
18
- name : Setup Hugo
19
19
uses : peaceiris/actions-hugo@v2
20
20
with :
21
- hugo-version : ' 0.119.0 '
21
+ hugo-version : ' 0.147.3 '
22
22
extended : true
23
23
24
24
- name : Build
Original file line number Diff line number Diff line change 16
16
17
17
# The version of Hugo to use for the Netlify build.
18
18
[build .environment ]
19
- HUGO_VERSION = " 0.119.0 "
19
+ HUGO_VERSION = " 0.147.3 "
20
20
21
21
#
22
22
# The following are Netlify redirects for moved docs pages
Original file line number Diff line number Diff line change 2
2
{{ $sassOptions := (dict "outputStyle" "expanded" "precision" 6 "enableSourceMap" true ) }}
3
3
4
4
{{ 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 }}
6
6
{{ else }}
7
7
{{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | fingerprint }}
8
8
{{ end }}
You can’t perform that action at this time.
0 commit comments