Skip to content

Commit

Permalink
删除deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiansu committed May 29, 2024
1 parent 74aeb5c commit 4316508
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 @@ -64,6 +64,12 @@ jobs:
- name: Generate static files
run: npm run build

- name: Clean .deploy_git directory before deploy
run: |
if [ -d ".deploy_git" ]; then
rm -rf .deploy_git
fi
- name: Deploy hexo
run: |
npm run deploy

0 comments on commit 4316508

Please sign in to comment.