Skip to content

Commit

Permalink
chore: change deploy to gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jan 29, 2024
1 parent ac46589 commit bd09bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
run: |
pnpm build
- name: Deploy to deploy-pages
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: site
force_orphan: true
publish_branch: deploy-pages
publish_branch: gh-pages
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
commit_message: 🚀 Deploying to gh-pages @ ${{ env.GITHUB_SHA }}
Expand Down

0 comments on commit bd09bb6

Please sign in to comment.