Skip to content

Commit 476c32e

Browse files
authored
Adjust cache-dependency-path to ./site/yarn.lock in docs-build (#254)
* Adjust cache-dependency-path to ./site/yarn.lock in docs-build * Create test.txt
1 parent 7285dad commit 476c32e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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'

site/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test change

0 commit comments

Comments
 (0)