Skip to content

Commit

Permalink
ci: add deploy step
Browse files Browse the repository at this point in the history
kilee1230 committed Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -21,4 +21,7 @@ jobs:
run: pnpm build

- name: Deploy
run: pnpm deploy
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 9c0565d

Please sign in to comment.