Skip to content

Commit 8e9a6a4

Browse files
committed
fix
1 parent 8d80ec1 commit 8e9a6a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: 18
36-
cache: npm
37-
cache-dependency-path: website/package-lock.json
3836
- name: Install dependencies
39-
run: npm ci
37+
run: npm install
4038
- name: Test build website
4139
run: npm run build -- --no-minify

0 commit comments

Comments
 (0)