[CI] Purge CDN cache at every build (#125)
This commit is contained in:
parent
10b12474ba
commit
5c2b5d5385
1 changed files with 6 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -37,3 +37,8 @@ jobs:
|
|||
git add .
|
||||
git commit -m "Build $GITHUB_SHA" || exit 0
|
||||
git push
|
||||
|
||||
- name: Purge CDN cache
|
||||
run: |
|
||||
curl https://purge.jsdelivr.net/gh/vendetta-mod/builds
|
||||
|
||||
|
|
Loading…
Reference in a new issue