1 parent b79e7b4 commit a9f2f5bCopy full SHA for a9f2f5b
.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