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

chore: add contributors github profile #24

chore: add contributors github profile

chore: add contributors github profile #24

Workflow file for this run

name: Purge jsDelivr cache
on:
push:
branches:
- "main"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ github.token }}
with:
title: main
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/[email protected]