diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a70e93..201ab21 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,7 +134,5 @@ jobs: - name: Purge JSdelivr Cache run: | for i in {1..50}; do - url="https://purge.jsdelivr.net/gh/NianBroken/ZFCheckScores/img/$i.png" - response=$(curl -X PURGE $url -w "%{http_code}") - echo "Purging $url - Response: $response" + curl -I https://purge.jsdelivr.net/gh/NianBroken/ZFCheckScores/img/$i.png done \ No newline at end of file