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