From e129ae2fac91be44a9df97ab13dffdc3bc23af7a Mon Sep 17 00:00:00 2001 From: Jens Erat Date: Wed, 28 Jan 2026 19:21:50 +0100 Subject: [PATCH] docs: fix `dir` headline level (#2665) The other commands in this section are on headline level 4, which probably is also the expected one for `dir`. --- website/src/docs/reference/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/reference/schema.md b/website/src/docs/reference/schema.md index d0d42869..9566ba69 100644 --- a/website/src/docs/reference/schema.md +++ b/website/src/docs/reference/schema.md @@ -637,7 +637,7 @@ tasks: - go build -ldflags="-s -w" ./... ``` -### `dir` +#### `dir` - **Type**: `string` - **Description**: The directory in which this task should run