Generate a cert to fix the issue.

This commit is contained in:
Luke Curley 2023-05-22 20:19:07 -07:00
parent 77be6fa12d
commit 2b943aee8a
1 changed files with 3 additions and 0 deletions

View File

@ -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