Adds a secret to manually purge actions caches and fixes byond/sdmm caching. (#60229)

CACHE_PURGE_KEY is arbitrary secret that can be changed to purge all caches.
This commit is contained in:
AnturK
2021-07-16 17:38:23 +01:00
committed by GitHub
parent 3681006d71
commit 0ae0b3618e
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ jobs:
- name: Setup cache
uses: actions/cache@v2
with:
path: $HOME/SpacemanDMM
key: ${{ runner.os }}-spacemandmm
path: ~/SpacemanDMM
key: ${{ runner.os }}-spacemandmm-${{ secrets.CACHE_PURGE_KEY }}
- name: Install SpacemanDMM
run: bash tools/ci/install_spaceman_dmm.sh dmdoc
- name: Generate documentation