]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Restore MkDocs Material pin after the fix (#10001)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Aug 2023 17:47:42 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 17:47:42 +0000 (19:47 +0200)
.github/workflows/build-docs.yml

index eb816b72f76997990d5585aaaf0e11eccaa20bba..dedf23fb9417d1906e1d3a421ad2a974dee21de2 100644 (file)
@@ -51,7 +51,7 @@ jobs:
       # Install MkDocs Material Insiders here just to put it in the cache for the rest of the steps
       - name: Install Material for MkDocs Insiders
         if: ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false ) && steps.cache.outputs.cache-hit != 'true'
-        run: pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git@9.1.21-insiders-4.38.0
+        run: pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
       - name: Export Language Codes
         id: show-langs
         run: |
@@ -86,7 +86,7 @@ jobs:
         run: pip install -r requirements-docs.txt
       - name: Install Material for MkDocs Insiders
         if: ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false ) && steps.cache.outputs.cache-hit != 'true'
-        run: pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git@9.1.21-insiders-4.38.0
+        run: pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
       - name: Update Languages
         run: python ./scripts/docs.py update-languages
       - uses: actions/cache@v3