From fa306b090e4b6a216e78575fe3511bd34e7604e4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Jan 2025 13:56:33 +0100 Subject: [PATCH] feat: Add create-command-partials to CI to ensure we remain aligned --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 928d2d069..a43ca3f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,11 @@ jobs: run: | python build_helpers/extract_config_json_schema.py + - name: Run command docs partials extract + # This should be kept before the repository check to ensure that the docs are up-to-date + run: | + python build_helpers/create_command_partials.py + - name: Check for repository changes run: | if [ -n "$(git status --porcelain)" ]; then