Skip to content

Commit 8ab7724

Browse files
committed
fix:workflow script
Signed-off-by: Aviral Asthana <[email protected]>
1 parent 8bc24cf commit 8ab7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install and Build 🔧
1616
run: |
17-
npm install -legacy-peer-deps
17+
npm install --legacy-peer-deps
1818
npm run build
1919
2020
- name: Deploy 🚀

0 commit comments

Comments
 (0)