Skip to content

Commit

Permalink
add cleanup step in the workflow (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Sep 13, 2023
1 parent 7b77c1b commit ef0f5be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,12 @@ jobs:
needs: build
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v2

cleanup:
runs-on: self-hosted
needs: deploy
steps:
- name: Cleanup
run: |
rm -rf ./*

0 comments on commit ef0f5be

Please sign in to comment.