diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31e597d0d..d0097e8d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 ./*