Skip to content

Commit

Permalink
ci: fix ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent ef876bc commit 750d54e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- run: pnpm build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- uses: pnpm/action-setup@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
version: latest

- name: Build
run: pnpm build

- name: Deploy
run: pnpm deploy

0 comments on commit 750d54e

Please sign in to comment.