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