Skip to content

Commit

Permalink
Fix heading hierarchy in job documentation for CI + CD workflow (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Apr 25, 2023
1 parent 52fae1d commit 267615d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit 267615d

Please sign in to comment.