We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c725f9 commit 8ab827fCopy full SHA for 8ab827f
2 files changed
.github/actions/hugo-build-action/action.yaml
@@ -18,6 +18,11 @@ runs:
18
node-version: 20
19
cache: 'npm'
20
cache-dependency-path: docs/package-lock.json
21
+ - name: "Install Hugo"
22
+ shell: bash
23
+ working-directory: ./docs
24
+ run: |
25
+ npm install -g hugo-extended@0.117.0
26
- name: "Install Dependencies"
27
shell: bash
28
working-directory: ./docs
.github/actions/hugo-build-versioned-action/action.yaml
@@ -41,6 +41,11 @@ runs:
41
42
43
44
45
46
47
48
49
50
51
0 commit comments