Running templater in CI phase

This commit is contained in:
David Négrier 2021-01-20 17:36:50 +01:00
parent 9e469a4a8f
commit f87f3889df
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ jobs:
run: yarn run proto && yarn run copy-to-front
working-directory: "messages"
- name: "Create index.html"
run: ./templater.sh
working-directory: "front"
- name: "Build"
run: yarn run build
env: