[skip ci] Revert "[skip ci] Purge cached index on jsDelivr"

This reverts commit f82b4bb69d7d85c0996e0775e2cde3d374eba5fc.
This commit is contained in:
arkon 2021-07-20 17:21:48 -04:00
parent 45b86aa144
commit f3e86f75be

View File

@ -9,9 +9,6 @@ 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