Skip to content

Commit

Permalink
feat: add jsdelivr GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Dec 23, 2023
1 parent 7f6e342 commit 0c46ee7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/jsdelivr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Purge JSdelivr Cache
on:
push:
branches:
- main
- master
- develop
workflow_dispatch:
jobs:
purge:
runs-on: ubuntu-latest
steps:
- name: Purge
uses: egad13/[email protected]
with:
url:
attempts: 3

0 comments on commit 0c46ee7

Please sign in to comment.