Skip to content

Commit

Permalink
🐎 ci: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiccer committed Apr 5, 2024
1 parent 7c5251f commit 827be05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Build
run: pnpm run build

# 部署前清空旧的部署
- name: Cleanup old deployment
run: |
git worktree prune
rm -rf .git/worktrees/github-pages-deploy-action-temp-deployment-folder/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
Expand Down

0 comments on commit 827be05

Please sign in to comment.