From f2cf8d9f998054931253253b2e9ce149ce9b4a76 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Fri, 16 Aug 2024 11:49:53 -0400 Subject: [PATCH] updated clear cache action --- .github/workflows/main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6e3ab8df..ff08c64d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -165,7 +165,12 @@ jobs: --header 'Authorization: Bearer ${{ secrets.CF_ZONE_PURGE_ACCESS_TOKEN }}' \ --data '{ "files": [ - "https://cdn.zuduoku.dev/latest/index.html" + "https://cdn.zudoku.dev/demo", + "https://cdn.zudoku.dev/demo/", + "https://cdn.zudoku.dev/demo/index.html", + "https://cdn.zudoku.dev/latest/index.html", + "https://cdn.zudoku.dev/latest/demo.js", + "https://cdn.zudoku.dev/latest/style.css" ] }'