Check docs formatting check (#4270)

This commit is contained in:
Calum Young
2023-05-08 20:03:22 +01:00
committed by GitHub
parent 3344d367f5
commit cd41de2588
31 changed files with 314 additions and 64 deletions

View File

@@ -237,5 +237,7 @@ jobs:
run: python scripts/transform_readme.py --target mkdocs
- name: "Generate docs"
run: python scripts/generate_mkdocs.py
- name: "Check docs formatting"
run: python scripts/check_docs_formatted.py
- name: "Build docs"
run: mkdocs build --strict