Skip to content

Commit fc0d141

Browse files
authored
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 <[email protected]>
1 parent f484b9e commit fc0d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: latest
3232
check-latest: 'false'
3333
cache: yarn
34-
cache-dependency-path: web/package-lock.json
34+
cache-dependency-path: web/yarn.lock
3535

3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)