Skip to content

Commit 1c6f7b0

Browse files
committed
category
1 parent 0740b09 commit 1c6f7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Check markdown docs and fail with precise file/line info
4747
run: python scripts/check_docs.py --strict
4848

49-
- name: Generate all-articles and mkdocs nav for build
50-
run: python scripts/generate_readme.py --target all-articles
49+
- name: Generate README, all-articles, all-categories and mkdocs nav for build
50+
run: python scripts/generate_readme.py --target all
5151

5252
- name: Build site
5353
run: mkdocs build --strict --verbose

0 commit comments

Comments
 (0)