Skip to content

Commit f3ab3b5

Browse files
committed
update deploy-docs.yml
1 parent 4f6d774 commit f3ab3b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
with:
3232
node-version: '18'
3333
cache: 'npm'
34-
cache-dependency-path: 'package-lock.json'
3534

3635
- name: Install dependencies
37-
run: npm ci
36+
run: npm install
3837

3938
- name: Build website
4039
run: npm run build

0 commit comments

Comments
 (0)