diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 031cb2a..90eccb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,9 @@ jobs: git config --local user.name "GitHub Actions" git add . git commit -m "Build $GITHUB_SHA" || exit 0 - git push \ No newline at end of file + git push + + - name: Purge CDN cache + run: | + curl https://purge.jsdelivr.net/gh/vendetta-mod/builds +