add GH Pages deploy to workflow
This commit is contained in:
parent
45eef26822
commit
1aa17590b5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -27,7 +27,9 @@ jobs:
|
|||
run: npm install
|
||||
- name: Test
|
||||
run: npm run test
|
||||
- name: Deploy
|
||||
|
||||
- name: GH Pages deploy
|
||||
uses: Cecilapp/GitHub-Pages-deploy@2.0.1
|
||||
run: npm run deploy
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_EPG_BOT_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue