Skip to content

Commit 53391df

Browse files
authored
Update deploy.yml
1 parent d480d60 commit 53391df

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
@@ -21,7 +21,7 @@ jobs:
2121
cache: npm
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm ci --legacy-peer-deps
2525
- name: Build website
2626
run: npm run build
2727

0 commit comments

Comments
 (0)