diff --git a/.github/workflows/purgecache.yml b/.github/workflows/purgecache.yml new file mode 100644 index 0000000000..d567b03ae6 --- /dev/null +++ b/.github/workflows/purgecache.yml @@ -0,0 +1,21 @@ +name: Purge jsDelivr cache + +on: + push: + branches: + - "main" + +jobs: + jsdelivrpurge: + name: Purge jsDelivr cache + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + steps: + - name: Set up NodeJS LTS + uses: actions/setup-node@v4 + with: + node-version: 'lts/*' + - name: Run jsDelivr-Purge + uses: List-KR/jsdelivr-purge@5.5.0 \ No newline at end of file