We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792910 commit 12ddf45Copy full SHA for 12ddf45
.github/workflows/gh-pages.yml
@@ -9,16 +9,18 @@ on:
9
jobs:
10
deploy:
11
runs-on: ubuntu-22.04
12
+ concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
steps:
- - uses: actions/checkout@v3
15
+ - uses: actions/checkout@v4
16
with:
17
submodules: true # Fetch Hugo themes (true OR recursive)
18
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
19
20
- name: Setup Hugo
21
uses: peaceiris/actions-hugo@v2
22
- hugo-version: 'latest'
23
+ hugo-version: '0.119.0'
24
extended: true
25
26
- name: Build
0 commit comments