From: Sebastián Ramírez Date: Mon, 4 Dec 2023 11:10:54 +0000 (+0100) Subject: 👷 Update build docs, verify README on CI (#10750) X-Git-Tag: 0.105.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca03379b655165e203460c23a2b036a04d41bd7d;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update build docs, verify README on CI (#10750) --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 701c74697f..51c069d9eb 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -28,6 +28,8 @@ jobs: - docs/** - docs_src/** - requirements-docs.txt + - .github/workflows/build-docs.yml + - .github/workflows/deploy-docs.yml langs: needs: - changes @@ -55,6 +57,8 @@ jobs: pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/griffe-typing-deprecated.git pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/mkdocstrings-python.git + - name: Verify README + run: python ./scripts/docs.py verify-readme - name: Export Language Codes id: show-langs run: |