Skip to content

Commit cae046c

Browse files
committed
🚑 fix npm issue
1 parent 2eb2cd4 commit cae046c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-node-
2929
30-
- run: npm ci
30+
- run: npm install
3131
- run: npm run build
3232

3333
- name: Deploy

0 commit comments

Comments
 (0)