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 770ec69 commit 1238474Copy full SHA for 1238474
.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
- name: Setup Hugo
8
uses: peaceiris/actions-hugo@v2
9
with:
10
- hugo-version: '0.92.2'
+ hugo-version: '0.110.0'
11
extended: true
12
13
- name: Setup yq
@@ -51,7 +51,7 @@ runs:
51
shell: bash
52
run: npm ci --cache .npm --prefer-offline
53
54
- - name: Get Submodules
55
- shell: bash
56
- run: cd themes/docsy && git submodule update -f --init --jobs=6 && cd ../..
+# - name: Get Submodules
+# shell: bash
+# run: cd themes/docsy && git submodule update -f --init --jobs=6 && cd ../..
57
0 commit comments