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 476c32eCopy full SHA for 476c32e
.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'
site/test.txt
@@ -0,0 +1 @@
1
+test change
0 commit comments