mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
ci: Invalidate JSDelivr cache when pushing to repo (#257)
This commit is contained in:
parent
f3a1b3e444
commit
dcc37a529f
2
.github/scripts/commit-repo.sh
vendored
2
.github/scripts/commit-repo.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user