Skip to content

Commit 44da88b

Browse files
committed
switch to npm install
1 parent 4740f0f commit 44da88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '16'
1919
cache: 'npm'
2020
- name: Install Dependencies
21-
run: npm ci
21+
run: npm install
2222
- name: Build
2323
run: npm run build
2424
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)