We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1d747 commit 78074cfCopy full SHA for 78074cf
1 file changed
.github/workflows/build_site.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Install and Build Frontend 🏗️
32
run: |
33
- npm install --ignore-engines
34
- npm run build
+ yarn install --ignore-engines
+ yarn run build
35
36
- name: Commit and Push to Deploy Branch 🚀
37
0 commit comments