mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Fix main deployment
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
7f99f07b7c
commit
877a8c6976
2 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy-main.yml
vendored
4
.github/workflows/deploy-main.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/deploy-pr.yml
vendored
2
.github/workflows/deploy-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue