diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index db99928..5c5ac25 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -47,3 +47,10 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + + - name: Remove artifact + uses: geekyeggo/delete-artifact@v5 + if: always() + with: + name: github-pages + failOnError: false