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 827be05 commit 79c15ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ 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 79c15ff

Please sign in to comment.