Skip to content

Commit 6bd3226

Browse files
committed
Bump Hugo version for deployment
1 parent 56db3b2 commit 6bd3226

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Hugo
88
uses: peaceiris/actions-hugo@v2
99
with:
10-
hugo-version: '0.110.0'
10+
hugo-version: '0.119.0'
1111
extended: true
1212

1313
- name: Setup yq

.github/workflows/deploy-major.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v2
14-
#with:
15-
# submodules: recursive
16-
# fetch-depth: 0
14+
with:
15+
submodules: recursive
16+
fetch-depth: 0
1717
- uses: ./.github/actions/setup
1818
- uses: ./.github/actions/deploy
1919
id: deploy

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v2
14-
#with:
15-
# submodules: recursive
16-
# fetch-depth: 0
14+
with:
15+
submodules: recursive
16+
fetch-depth: 0
1717
- uses: ./.github/actions/setup
1818
- uses: ./.github/actions/deploy
1919
id: deploy

0 commit comments

Comments
 (0)