Skip to content

Commit ef61c22

Browse files
authored
fix: hugo version to build
1 parent 89dbaa7 commit ef61c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1616

1717
- name: Setup Hugo
18-
uses: peaceiris/actions-hugo@v2
18+
uses: peaceiris/actions-hugo@v3
1919
with:
20-
hugo-version: 'latest'
20+
hugo-version: 'v0.125.6'
2121
extended: true
2222

2323
- name: Build

0 commit comments

Comments
 (0)