Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

fix: prevent onload event in Ad-Shield script #43

fix: prevent onload event in Ad-Shield script

fix: prevent onload event in Ad-Shield script #43

Workflow file for this run

name: Purge jsDelivr cache
on:
push:
branches:
- "main"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
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: Create a Release
uses: List-KR/[email protected]
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: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run jsDelivr-Purge
uses: List-KR/[email protected]
needs: release