Skip to content

Commit

Permalink
feat: running on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Nov 23, 2024
1 parent 75b9488 commit 5b46e25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run test
uses: borales/actions-yarn@v4
with:
cmd: test
- name: Run build
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 5b46e25

Please sign in to comment.