We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca5d42 commit fa306b0Copy full SHA for fa306b0
.github/workflows/ci.yml
@@ -91,6 +91,11 @@ jobs:
91
run: |
92
python build_helpers/extract_config_json_schema.py
93
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
+
99
- name: Check for repository changes
100
101
if [ -n "$(git status --porcelain)" ]; then
0 commit comments