diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 2645838c8..cd94cab68 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -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