Fix build
This commit is contained in:
parent
c8d2236ae7
commit
89185f4288
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
@ -19,8 +19,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
- name: 🔨 Install dependencies
|
||||||
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: 🔨 Build app
|
- name: 🔨 Build app
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn build --mode staging
|
||||||
|
|
||||||
- name: 🚀 Deploy
|
- name: 🚀 Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user