Skip to content

Commit

Permalink
chore: purge cdn jsdelivr cache
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 22, 2022
1 parent 115ba0e commit 4330e44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# For more information see: https://github.com/MishaKav/jest-coverage-comment/
name: Jest coverage comment
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ jobs:
with:
github_token: ${{ secrets.BOT_ACCESS_TOKEN }}
branch: master
- name: Purge CDN jsDelivr cache
uses: gacts/purge-jsdelivr-cache@v1
with:
url: |
https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk@latest/dist/global/index.js
https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk@latest/dist/index.css

0 comments on commit 4330e44

Please sign in to comment.