Skip to content

Commit fa306b0

Browse files
committed
feat: Add create-command-partials to CI to ensure we remain aligned
1 parent 6ca5d42 commit fa306b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
run: |
9292
python build_helpers/extract_config_json_schema.py
9393
94+
- name: Run command docs partials extract
95+
# This should be kept before the repository check to ensure that the docs are up-to-date
96+
run: |
97+
python build_helpers/create_command_partials.py
98+
9499
- name: Check for repository changes
95100
run: |
96101
if [ -n "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)