ci: fix setup-node action (#326)

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 12:00:09 +02:00 committed by GitHub
parent f484b9e748
commit fc0d141c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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