We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0740b09 commit 1c6f7b0Copy full SHA for 1c6f7b0
1 file changed
.github/workflows/deploy-mkdocs.yml
@@ -46,8 +46,8 @@ jobs:
46
- name: Check markdown docs and fail with precise file/line info
47
run: python scripts/check_docs.py --strict
48
49
- - name: Generate all-articles and mkdocs nav for build
50
- run: python scripts/generate_readme.py --target all-articles
+ - name: Generate README, all-articles, all-categories and mkdocs nav for build
+ run: python scripts/generate_readme.py --target all
51
52
- name: Build site
53
run: mkdocs build --strict --verbose
0 commit comments