add cleanup step and env variable to build step

This commit is contained in:
sorrelbri 2020-05-25 23:50:03 -07:00
parent 50524cb57f
commit 56bfd0d87a

View file

@ -26,9 +26,7 @@ jobs:
- name: Test
run: npm run test
- name: Build
run: npm run build
with:
GITHUB_API_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
run: ${{secrets.GITHUB_API_TOKEN}} npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: