]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 23 Jan 2022 16:13:49 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 16:13:49 +0000 (17:13 +0100)
.github/workflows/build-docs.yml

index eba5fc57e555ff72d2fbaef3e8232f26f67b40c6..ccf964486a391edef6de9e30233ab74c6757b6f1 100644 (file)
@@ -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