Fix build

This commit is contained in:
SebClem 2022-06-17 19:49:23 +02:00
parent c8d2236ae7
commit 89185f4288
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -19,8 +19,12 @@ jobs:
with:
node-version: 16.x
cache: 'yarn'
- name: 🔨 Install dependencies
run: yarn install --immutable
- name: 🔨 Build app
run: yarn install --frozen-lockfile
run: yarn build --mode staging
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with: