add cleanup step and env variable to build step
This commit is contained in:
parent
50524cb57f
commit
56bfd0d87a
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue