[skip ci] Purge cached index on jsDelivr
Reverts f3e86f75be59116298bb03285391c88786f98aa9. Related to https://github.com/tachiyomiorg/tachiyomi/issues/5517
This commit is contained in:
parent
5238fd7200
commit
9e59ce88c0
3
.github/scripts/commit-repo.sh
vendored
3
.github/scripts/commit-repo.sh
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user