Fix more bugs
This commit is contained in:
parent
335dea9232
commit
a69e9e47a3
|
@ -18,9 +18,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
export NODE_ENV=production
|
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
NODE_ENV=production npm run build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
|
Loading…
Reference in New Issue