We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf2fa0 commit ca03379Copy full SHA for ca03379
1 file changed
.github/workflows/build-docs.yml
@@ -28,6 +28,8 @@ jobs:
28
- docs/**
29
- docs_src/**
30
- requirements-docs.txt
31
+ - .github/workflows/build-docs.yml
32
+ - .github/workflows/deploy-docs.yml
33
langs:
34
needs:
35
- changes
@@ -55,6 +57,8 @@ jobs:
55
57
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
56
58
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/griffe-typing-deprecated.git
59
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/mkdocstrings-python.git
60
+ - name: Verify README
61
+ run: python ./scripts/docs.py verify-readme
62
- name: Export Language Codes
63
id: show-langs
64
run: |
0 commit comments