Fix main deployment

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-09-18 20:12:51 +02:00 committed by Erik Michelson
parent 7f99f07b7c
commit 877a8c6976
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Build netlify variant
run: yarn build:netlify
- name: Build app
run: yarn build:mock
- name: Remove Next.js cache to avoid it being deployed
run: rm -r .next/cache

View file

@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Build mock variant
- name: Build app
run: yarn build:mock
- name: Remove Next.js cache to avoid it being deployed