👷 Clear MkDocs Insiders cache (#393)

This commit is contained in:
Sebastián Ramírez 2022-05-11 20:10:39 -05:00 committed by GitHub
parent 09600794be
commit 56a967ff8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ jobs:
run: python3.7 -m pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- uses: actions/cache@v2
with:
key: mkdocs-cards-${{ github.ref }}
key: mkdocs-cards-${{ github.ref }}-v1
path: .cache
- name: Build Docs
if: github.event.pull_request.head.repo.fork == true