Skip to content

Commit

Permalink
updated clear cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Aug 16, 2024
1 parent bdcd011 commit f2cf8d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}'
Expand Down

0 comments on commit f2cf8d9

Please sign in to comment.