We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c725f9 + 8ab827f commit 24692e9Copy full SHA for 24692e9
.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 [email protected]
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