Skip to content

Commit 12ddf45

Browse files
committed
fix workflow hugo version
1 parent 7792910 commit 12ddf45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ on:
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-22.04
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
1214
steps:
13-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1416
with:
1517
submodules: true # Fetch Hugo themes (true OR recursive)
1618
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1719

1820
- name: Setup Hugo
1921
uses: peaceiris/actions-hugo@v2
2022
with:
21-
hugo-version: 'latest'
23+
hugo-version: '0.119.0'
2224
extended: true
2325

2426
- name: Build

0 commit comments

Comments
 (0)