Skip to content

Commit

Permalink
ci: add deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent a05c628 commit 9c0565d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
run: pnpm build

- name: Deploy
run: pnpm deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 9c0565d

Please sign in to comment.