diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index 301bbca30..61fcfacb0 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -9,6 +9,8 @@ if [ -n "$(git status --porcelain)" ]; then git add . git commit -m "Update extensions repo" git push + + curl https://purge.jsdelivr.net/gh/keiyoushi/extensions@repo/index.min.json else echo "No changes to commit" fi