diff options
| author | Loyalsoldier <[email protected]> | 2022-05-21 10:13:06 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2022-05-21 10:13:06 +0800 |
| commit | ccceb7992cb02659fcf5ff737172e5b4627244e5 (patch) | |
| tree | 6a4612399c5be158fd380146c80e022f5c0a10d1 /.github | |
| parent | 9c943c4afb83444a143c9496b57b77035d4ad04e (diff) | |
Feat: deprecate jsDelivr links
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ca39e68..ebd5a6dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,13 +99,6 @@ jobs: git remote add geoip "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" git push -f -u geoip release - - name: Purge jsdelivr CDN - run: | - cd publish || exit 1 - for file in $(ls); do - curl -i "https://purge.jsdelivr.net/gh/${{ github.repository }}@release/${file}" - done - - name: Remove some files to avoid publishing to GitHub release run: rm -rf ./publish/*.{gz,zip} ./publish/text |
