Skip to content

Commit 166832f

Browse files
committed
fix workflow
1 parent 65d710f commit 166832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-path: docs/package-lock.json
3333

3434
- name: Install Dependencies
35-
run: cd docs && npm ci
35+
run: cd docs && npm i
3636

3737
- name: Build
3838
run: cd docs && npm run build

0 commit comments

Comments
 (0)