Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Sep 30, 2024
1 parent 0c95f60 commit 63af94b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: build
run: pnpm run build

- uses: JamesIves/github-pages-deploy-action@v4
- uses: peaceiris/actions-gh-pages@v4
if: github.event_name != 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: ./build
branch: dist-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: dist-pages

0 comments on commit 63af94b

Please sign in to comment.