👷 Clear MkDocs Insiders cache (#393)
This commit is contained in:
parent
09600794be
commit
56a967ff8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue