Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Jan 29, 2024
1 parent 4f26caa commit 9c2c8f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
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/jsdelivr-purge@5.1.0
uses: List-KR/jsdelivr-purge@5.3.0
```
The jsDelivr-Purge supports `workflow_dispatch`, `schedule` and `push` event.
Expand Down

0 comments on commit 9c2c8f7

Please sign in to comment.