From 267615dd9270130a099f46b373c7cc6a32ae7f60 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Tue, 25 Apr 2023 19:20:44 +0400 Subject: [PATCH] Fix heading hierarchy in job documentation for CI + CD workflow (#1879) --- documentation/meta/ci_cd/jobs/ingestion_server.md | 2 +- documentation/meta/ci_cd/jobs/preparation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/meta/ci_cd/jobs/ingestion_server.md b/documentation/meta/ci_cd/jobs/ingestion_server.md index 6827d19c58..f296bbfb8f 100644 --- a/documentation/meta/ci_cd/jobs/ingestion_server.md +++ b/documentation/meta/ci_cd/jobs/ingestion_server.md @@ -1,6 +1,6 @@ # Ingestion server jobs -### `test-ing` +## `test-ing` Runs tests for the ingestion server using the `ingestion_server/test-local` recipe. Tests are run on the host so Python needs to be installed and set up. diff --git a/documentation/meta/ci_cd/jobs/preparation.md b/documentation/meta/ci_cd/jobs/preparation.md index 949c083a87..cb7504461d 100644 --- a/documentation/meta/ci_cd/jobs/preparation.md +++ b/documentation/meta/ci_cd/jobs/preparation.md @@ -1,6 +1,6 @@ # Preparation jobs -### `get-changes` +## `get-changes` Triggers the [`get-changes`](#get-changes) action to determine the changes. In addition to the `changes` from the action output, it emits some additional @@ -22,7 +22,7 @@ changes for the corresponding stack. } ``` -### `get-image-tag` +## `get-image-tag` Determines the tag to use for the Docker images. If the job is triggered via a workflow dispatch, the images are tagged with the `image_tag` input taken by the