Skip to content

Commit 1238474

Browse files
committed
Moved to Hugo modules
1 parent 770ec69 commit 1238474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
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.92.2'
10+
hugo-version: '0.110.0'
1111
extended: true
1212

1313
- name: Setup yq
@@ -51,7 +51,7 @@ runs:
5151
shell: bash
5252
run: npm ci --cache .npm --prefer-offline
5353

54-
- name: Get Submodules
55-
shell: bash
56-
run: cd themes/docsy && git submodule update -f --init --jobs=6 && cd ../..
54+
# - name: Get Submodules
55+
# shell: bash
56+
# run: cd themes/docsy && git submodule update -f --init --jobs=6 && cd ../..
5757

0 commit comments

Comments
 (0)