Skip to content

Commit 78074cf

Browse files
committed
Commit
1 parent 0f1d747 commit 78074cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030

3131
- name: Install and Build Frontend 🏗️
3232
run: |
33-
npm install --ignore-engines
34-
npm run build
33+
yarn install --ignore-engines
34+
yarn run build
3535
3636
- name: Commit and Push to Deploy Branch 🚀
3737
run: |

0 commit comments

Comments
 (0)