Merge pull request #628 from thecodingmachine/template-analytics

Template google analytics data (2)
This commit is contained in:
David Négrier 2021-01-20 18:03:28 +01:00 committed by GitHub
commit 84f85effe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 46 additions and 11 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: