ci: fix setup-node action

Fix the workflow to publish docs. It was trying to install npm
dependencies when the documentation uses yarn.

Closes #324

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2025-05-08 10:34:16 +02:00 committed by Leonardo Cecchi
parent f484b9e748
commit ce1a1cdd00

View File

@ -31,7 +31,7 @@ jobs:
node-version: latest node-version: latest
check-latest: 'false' check-latest: 'false'
cache: yarn cache: yarn
cache-dependency-path: web/package-lock.json cache-dependency-path: web/yarn.lock
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5