1 parent 3dda5bf commit 2d12289Copy full SHA for 2d12289
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
# Runs a single command using the runners shell
28
- name: Install and Build
29
run: |
30
- yarn
+ npm i
31
npm run build-web
32
# Copy Files
33
- name: Copy CNAME and 404.html
0 commit comments