ci: add deploy to gh pages if all green
This commit is contained in:
parent
68c86d1d26
commit
23aa2e0a66
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -28,3 +28,5 @@ jobs:
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Run compiler
|
- name: Run compiler
|
||||||
run: yarn tsc
|
run: yarn tsc
|
||||||
|
- name: Deploy to GH Pages
|
||||||
|
run: bash ./deploy.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue