Skip to content

Commit ca03379

Browse files
authored
👷 Update build docs, verify README on CI (#10750)
1 parent 8cf2fa0 commit ca03379

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- docs/**
2929
- docs_src/**
3030
- requirements-docs.txt
31+
- .github/workflows/build-docs.yml
32+
- .github/workflows/deploy-docs.yml
3133
langs:
3234
needs:
3335
- changes
@@ -55,6 +57,8 @@ jobs:
5557
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
5658
pip install git+https://${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/griffe-typing-deprecated.git
5759
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
5862
- name: Export Language Codes
5963
id: show-langs
6064
run: |

0 commit comments

Comments
 (0)