Update clear-cache.yml
This commit is contained in:
parent
b0cbe2ae70
commit
1e6e91e4bd
7
.github/workflows/clear-cache.yml
vendored
7
.github/workflows/clear-cache.yml
vendored
@ -28,3 +28,10 @@ jobs:
|
||||
})
|
||||
}
|
||||
console.log("Clear completed")
|
||||
|
||||
- name: Purge cache # Above seems not clear thouroughly, so add this to double clear
|
||||
uses: MyAlbum/purge-cache@v2
|
||||
with:
|
||||
accessed: true # Purge caches by their last accessed time (default)
|
||||
created: false # Purge caches by their created time (default)
|
||||
max-age: 1 # in seconds
|
||||
|
Loading…
Reference in New Issue
Block a user