Skip to content

Commit 0b6914d

Browse files
authored
Add Node and Hugo
Signed-off-by: Marc Duiker <[email protected]>
1 parent 3376e0c commit 0b6914d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/website-v1-15.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
with:
2121
submodules: recursive
2222
fetch-depth: 0
23+
- name: Setup Node
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: '18'
27+
- name: Setup Hugo
28+
uses: peaceiris/[email protected]
29+
with:
30+
hugo-version: 0.147.9
31+
extended: true
2332
- name: Setup Submodules
2433
run: |
2534
cd daprdocs

0 commit comments

Comments
 (0)