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 bf85a49 commit cca734c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run tests
- name: Deploy (build & test)
uses: borales/actions-yarn@v4
with:
cmd: test
- name: Build
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cmd: deploy

0 comments on commit cca734c

Please sign in to comment.