Add Node and Hugo

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-07-17 16:50:18 +02:00 committed by GitHub
parent 3376e0caa7
commit 0b6914d0bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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