diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index ab6163b83..c01da048c 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -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