[skip ci] Purge cached index on jsDelivr

This commit is contained in:
arkon 2021-07-11 10:39:31 -04:00
parent 90bd99aef0
commit f82b4bb69d
1 changed files with 3 additions and 0 deletions

View File

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