diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 201ab21..9633654 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,8 +131,8 @@ jobs: git commit -m "Update from GitHub Actions" || true git push origin main --force - - name: Purge JSdelivr Cache + - name: Purge images run: | for i in {1..50}; do - curl -I https://purge.jsdelivr.net/gh/NianBroken/ZFCheckScores/img/$i.png + curl -X PURGE "https://purge.jsdelivr.net/gh/NianBroken/ZFCheckScores/img/$i.png" done \ No newline at end of file