We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7285dad commit 3ce36b3Copy full SHA for 3ce36b3
.github/workflows/docs.yaml
@@ -103,7 +103,7 @@ jobs:
103
with:
104
node-version: 20
105
cache: "yarn"
106
- cache-dependency-path: site/yarn.lock
+ cache-dependency-path: ./site/yarn.lock # Changed from site/yarn.lock to ./site/yarn.lock
107
108
- name: 📦 Install dependencies
109
if: steps.check_changes.outputs.has_changes == 'true'
0 commit comments