You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/gh-pages.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ jobs:
30
30
- name: Set Hugo up
31
31
uses: peaceiris/actions-hugo@v2
32
32
with:
33
-
hugo-version: '0.119.0'
33
+
hugo-version: '0.147.1'
34
34
extended: true # Prevent error building site: POSTCSS: failed to transform, see https://gohugo.io/troubleshooting/faq/#i-get-this-feature-is-not-available-in-your-current-hugo-version
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ jobs:
26
26
- name: Set Hugo up
27
27
uses: peaceiris/actions-hugo@v2
28
28
with:
29
-
hugo-version: '0.119.0'
29
+
hugo-version: '0.147.1'
30
30
extended: true # Prevent error building site: POSTCSS: failed to transform, see https://gohugo.io/troubleshooting/faq/#i-get-this-feature-is-not-available-in-your-current-hugo-version
0 commit comments