add GH Pages deploy to workflow

This commit is contained in:
sorrelbri 2020-05-25 21:38:48 -07:00
parent 45eef26822
commit 1aa17590b5

View file

@ -27,7 +27,9 @@ jobs:
run: npm install run: npm install
- name: Test - name: Test
run: npm run test run: npm run test
- name: Deploy
- name: GH Pages deploy
uses: Cecilapp/GitHub-Pages-deploy@2.0.1
run: npm run deploy run: npm run deploy
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_EPG_BOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_EPG_BOT_TOKEN }}