fix(ci): correct lockfile name
This commit is contained in:
committed by
Tobias Fried
parent
a5e6f10b04
commit
74811edda7
2
.github/workflows/sync-docs.yaml
vendored
2
.github/workflows/sync-docs.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
cache-dependency-path: source-repo/pnpm-lock.json
|
cache-dependency-path: source-repo/pnpm-lock.yaml
|
||||||
|
|
||||||
- name: Read repository list
|
- name: Read repository list
|
||||||
id: repo-list
|
id: repo-list
|
||||||
|
|||||||
Reference in New Issue
Block a user