Skip to content

Commit

Permalink
Delete artifact after deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase22 committed Dec 10, 2024
1 parent d5be1cd commit 0468255
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0468255

Please sign in to comment.