Build the web app

This commit is contained in:
Franck Royer 2021-04-28 12:04:40 +10:00
parent 32672b9d53
commit f78145c7aa
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ jobs:
run: npm install
working-directory: web-chat
- name: build web app
run: npm run build
working-directory: web-chat
- name: Deploy web chat app on gh pages
uses: peaceiris/actions-gh-pages@v3
with: