Skip to content

Commit 53b5ded

Browse files
committed
Update Hugo
1 parent ec6a059 commit 53b5ded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set Hugo up
3131
uses: peaceiris/actions-hugo@v2
3232
with:
33-
hugo-version: '0.119.0'
33+
hugo-version: '0.147.1'
3434
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
3535

3636
- name: Clean public dir

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set Hugo up
2727
uses: peaceiris/actions-hugo@v2
2828
with:
29-
hugo-version: '0.119.0'
29+
hugo-version: '0.147.1'
3030
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
3131
- name: Build with Hugo
3232
run: npm run build

netlify.toml

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

88
[context.deploy-preview.environment]
99
HUGO_ENV = "preview"
10-
HUGO_VERSION = "0.119.0"
10+
HUGO_VERSION = "0.147.1"

0 commit comments

Comments
 (0)