diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5ee9cce..ffbadae0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -224,3 +224,13 @@ jobs: GH_EMAIL: ${{ secrets.GIT_EMAIL }} GH_USER: ${{ secrets.GIT_USER }} GH_TOKEN: ${{ secrets.GIT_TOKEN }} + remove_artifacts: + needs: + - deploy_to_cloudflare_pages + - deploy_to_github_gitlab + name: Remove Artifacts after Deployment + runs-on: ubuntu-slim + steps: + - uses: geekyeggo/delete-artifact@v5 + with: + name: build-artifact-${{ github.sha }}-${{ github.run_number }}