From f3e86f75be59116298bb03285391c88786f98aa9 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 20 Jul 2021 17:21:48 -0400 Subject: [PATCH] [skip ci] Revert "[skip ci] Purge cached index on jsDelivr" This reverts commit f82b4bb69d7d85c0996e0775e2cde3d374eba5fc. --- .github/scripts/commit-repo.sh | 3 --- 1 file changed, 3 deletions(-) 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