Skip to content

Commit dfb8e0c

Browse files
committedDec 4, 2024·
CI: fix build error
1 parent 1581333 commit dfb8e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Hugo
19-
uses: peaceiris/actions-hugo@v2
19+
uses: peaceiris/actions-hugo@v3
2020
with:
21-
hugo-version: "latest"
21+
hugo-version: '0.134.2'
2222
extended: true
2323

2424
- name: Build Web

0 commit comments

Comments
 (0)
Please sign in to comment.