mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
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:
parent
f484b9e748
commit
fc0d141c14
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user