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
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: ${{secrets.GITHUB_API_TOKEN}} npm run build
|
||||||
with:
|
|
||||||
GITHUB_API_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue