Skip to content

Commit 3ce36b3

Browse files
committed
Adjust cache-dependency-path to ./site/yarn.lock in docs-build
1 parent 7285dad commit 3ce36b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
node-version: 20
105105
cache: "yarn"
106-
cache-dependency-path: site/yarn.lock
106+
cache-dependency-path: ./site/yarn.lock # Changed from site/yarn.lock to ./site/yarn.lock
107107

108108
- name: 📦 Install dependencies
109109
if: steps.check_changes.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)