Skip to content

Commit

Permalink
chore: Update PURGE_URLS in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 20, 2024
1 parent 01d4947 commit 1b24501
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,16 @@ jobs:
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
PURGE_URLS: '["https://www.langx.io", "https://langx.io", "https://langx.io/*", "https://www.langx.io/*", "https://langx.io/rss.xml"]'
PURGE_URLS: |
[
"https://www.langx.io",
"https://langx.io",
"https://langx.io/blog",
"https://langx.io/rss.xml",
"https://langx.io/sitemap.xml",
"https://langx.io/terms-conditions",
"https://langx.io/privacy-policy",
"https://langx.io/cookie-policy",
"https://langx.io/data-deletion",
"https://langx.io/*"
]

0 comments on commit 1b24501

Please sign in to comment.