ci: add deploy to gh pages if all green

This commit is contained in:
Nicola Zambello 2021-12-14 10:00:17 +01:00
parent 68c86d1d26
commit 23aa2e0a66

View file

@ -28,3 +28,5 @@ jobs:
run: yarn
- name: Run compiler
run: yarn tsc
- name: Deploy to GH Pages
run: bash ./deploy.sh