From 100c7b2039ebb92d15d6454c805243f5faf92f74 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Tue, 16 Apr 2024 15:44:14 +0100 Subject: [PATCH] Add ARTIFACT_NAME to options.md --- docs/options.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/options.md b/docs/options.md index 9459196..8b59e4a 100644 --- a/docs/options.md +++ b/docs/options.md @@ -32,6 +32,14 @@ Location of generated HTML document and other assets. This is useful when you've | `my-spec-src` | `my-spec-out` | `./my-spec-out/index.html` | `./my-spec-out/` | | `index.html` | `index.html` | `./index.html` | `./` | +## `ARTIFACT_NAME` + +Name for artifact which will be uploaded to workflow run. Required when building multiple documents in same job. + +**Possible values:** Any valid artifact name. + +**Default:** `"spec-prod-result"`. + ## `BUILD_FAIL_ON` Define exit behaviour on build errors or warnings.