Skip to content

Clone your GitHub repo into jsDelivr Network to enhance transmission speed

License

Notifications You must be signed in to change notification settings

List-KR/jsdelivr-purge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsDelivr-Purge

This GitHub actions is automatic jsDelivr purging process for GitHub public repositories.

If you want to purge jsDelivr cache automatically, please customize the following GitHub workflow file and add it:

name: 'Run jsDelivr-Purge'

jobs:
  jsdelivrpurge:
    permissions:
      actions: read
      contents: read
    runs-on: ubuntu-latest
    steps:
      - name: Set up NodeJS LTS
        uses: actions/setup-node@v4
        with:
          node-version: 'lts/*'
      - name: Checkout
        uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Run jsDelivr-Purge
        uses: List-KR/[email protected]

The jsDelivr-Purge supports workflow_dispatch, schedule and push event.

It always purges latest and the default branch of your repo.

Warning

jsDelivr will add authentication data into a request header. You need to pay attention to this change!