Skip to content

Commit c88f906

Browse files
committed
Fix build and lock Hugo version for CI builds to 0.147.0
1 parent ef19f9d commit c88f906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: "latest"
20+
hugo-version: "0.147.0"
2121
extended: true
2222

2323
- name: Build

layouts/partials/head_includes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $sassOpts := (dict "targetPath" "styles.min.css" "outputStyle" "compressed" ) }}
22
{{ $sass := resources.Get "sass/drs.scss" }}
3-
{{ $style := $sass | resources.ToCSS $sassOpts }}
3+
{{ $style := $sass | css.Sass $sassOpts }}
44
<link rel="stylesheet" href="{{ $style.Permalink }}" />
55

66
<link rel="shortcut icon" sizes="48x48" href="/img/favicon.ico">

0 commit comments

Comments
 (0)