Skip to content

Commit

Permalink
Purge jsdelivr cache (#4)
Browse files Browse the repository at this point in the history
* Create purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml

* Update purge_jsdelivr_cache.yml
  • Loading branch information
uriel-online authored Nov 24, 2023
1 parent 637a156 commit c4c8079
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/purge_jsdelivr_cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: purge-jsdelivr-cache

on:
workflow_dispatch: # Put here!!
push:
branches:
- main

jobs:
purge-jsdelivr-cache:
runs-on: ubuntu-20.04
steps:
- uses: gacts/purge-jsdelivr-cache@v1
with:
url: |
https://cdn.jsdelivr.net/gh/panaxit/xover@latest/xo.js
https://cdn.jsdelivr.net/gh/panaxit/xover@latest/xo.min.js

0 comments on commit c4c8079

Please sign in to comment.