Skip to content

Commit

Permalink
👷 Clear MkDocs Insiders cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 12, 2022
1 parent 0960079 commit 9e6d1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e6d1c6

Please sign in to comment.