From 0b6914d0bfca6d5d69b459c07026bc6c9779ee97 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Thu, 17 Jul 2025 16:50:18 +0200 Subject: [PATCH] Add Node and Hugo Signed-off-by: Marc Duiker --- .github/workflows/website-v1-15.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/website-v1-15.yml b/.github/workflows/website-v1-15.yml index 06e862854..f7c098a95 100644 --- a/.github/workflows/website-v1-15.yml +++ b/.github/workflows/website-v1-15.yml @@ -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