Skip to content

Commit a96224b

Browse files
committed
Fix Node.js cache path for docs subdirectory
1 parent a1dc84b commit a96224b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
node-version: "20"
3333
cache: "npm"
34+
cache-dependency-path: "docs/package-lock.json"
3435

3536
- name: Setup JDK
3637
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)