From 56a967ff8dc231966876fa6b326d217562fb319d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 11 May 2022 20:10:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Clear=20MkDocs=20Insiders=20cach?= =?UTF-8?q?e=20(#393)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a2cbf0513..738f6b7d4 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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