mirror of https://github.com/tiangolo/fastapi.git
👷 Update build docs, verify README on CI (#10750)
This commit is contained in:
parent
8cf2fa0fe4
commit
ca03379b65
|
|
@ -28,6 +28,8 @@ jobs:
|
||||||
- docs/**
|
- docs/**
|
||||||
- docs_src/**
|
- docs_src/**
|
||||||
- requirements-docs.txt
|
- requirements-docs.txt
|
||||||
|
- .github/workflows/build-docs.yml
|
||||||
|
- .github/workflows/deploy-docs.yml
|
||||||
langs:
|
langs:
|
||||||
needs:
|
needs:
|
||||||
- changes
|
- 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/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/griffe-typing-deprecated.git
|
||||||
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/mkdocstrings-python.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
|
- name: Export Language Codes
|
||||||
id: show-langs
|
id: show-langs
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue