diff --git a/doc/ci/steps/index.md b/doc/ci/steps/index.md
index 24a40c8734e229f5f531fb75da545231661e32c9..588d7abbbca8b0a5a55812ab73b80ec4ddd2f3ec 100644
--- a/doc/ci/steps/index.md
+++ b/doc/ci/steps/index.md
@@ -91,6 +91,7 @@ Outputs can be the following types:
 - `struct`
 - `raw_string`
 - `step_result`
+
 Outputs are written to `${{ output_file }}` in the form `key=value` where `key` is the name of the output.
 The `value` should be written as JSON unless the type is `raw_string`.
 The value type written by the step must match the declared type. The default output type is `raw_string`.