[skip ci] Purge cached index on jsDelivr

Reverts f3e86f75be. Related to https://github.com/tachiyomiorg/tachiyomi/issues/5517
This commit is contained in:
arkon 2022-05-15 11:24:05 -04:00
parent 5238fd7200
commit 9e59ce88c0
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ if [ -n "$(git status --porcelain)" ]; then
git add .
git commit -m "Update extensions repo"
git push
# Purge cached index on jsDelivr
curl https://purge.jsdelivr.net/gh/tachiyomiorg/tachiyomi-extensions@repo/index.min.json
else
echo "No changes to commit"
fi