Generate a cert to fix the issue.
This commit is contained in:
parent
77be6fa12d
commit
2b943aee8a
|
@ -15,6 +15,9 @@ jobs:
|
|||
- name: Install
|
||||
working-directory: web
|
||||
run: yarn install
|
||||
- name: Cert
|
||||
working-directory: cert
|
||||
run: ./generate
|
||||
- name: Build
|
||||
working-directory: web
|
||||
run: yarn build
|
||||
|
|
Loading…
Reference in New Issue