From: Sebastián Ramírez Date: Sun, 23 Jan 2022 16:13:49 +0000 (+0100) Subject: 🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466) X-Git-Tag: 0.73.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3de0fb82bf17fa4179caa38c3126786a7d99cf67;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466) --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index eba5fc57e5..ccf964486a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -20,7 +20,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-docs + key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-docs-v2 - name: Install Flit if: steps.cache.outputs.cache-hit != 'true' run: python3.7 -m pip install flit