Skip to content

Commit 7ce6265

Browse files
committed
feat: clean cdn
1 parent 8260f47 commit 7ce6265

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/clean.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Refresh CDN Cache
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["main"]
8+
9+
workflow_dispatch:
10+
11+
jobs:
12+
refresh-cdn-cache:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Refresh CDN Cache
16+
run: curl https://purge.jsdelivr.net/gh/IceWhaleTech/ZVM-VM-List@main/vm-iso.json

0 commit comments

Comments
 (0)