Skip to content

Commit 853ff79

Browse files
committed
fix docs workflow
1 parent c7493c3 commit 853ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build-test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: 18
2828
cache: yarn
29-
cache-dependency-path: './www/package-lock.json'
29+
cache-dependency-path: './www/yarn.lock'
3030

3131
- name: Install dependencies
3232
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)