mirror of https://github.com/dapr/docs.git
Add Node and Hugo
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
3376e0caa7
commit
0b6914d0bf
|
|
@ -20,6 +20,15 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3.0.0
|
||||
with:
|
||||
hugo-version: 0.147.9
|
||||
extended: true
|
||||
- name: Setup Submodules
|
||||
run: |
|
||||
cd daprdocs
|
||||
|
|
|
|||
Loading…
Reference in New Issue