Skip to content

Commit 465a870

Browse files
committed
chore: update cache configuration and adjust directory navigation in deployment workflow
1 parent c3f81ab commit 465a870

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: cd to docs
19-
run: cd docs
20-
2118
- uses: actions/setup-node@v4
2219
with:
2320
node-version: 18.x
2421
cache: npm
22+
cache-dependency-path: ./docs/package-lock.json
23+
24+
- name: cd to docs
25+
run: cd docs
2526

2627
- name: Install dependencies
2728
run: npm install --silent

0 commit comments

Comments
 (0)