Skip to content

Commit 7d66218

Browse files
add param (#14)
1 parent 067c036 commit 7d66218

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/jobs/publish_docs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ parameters:
88
source_docs_dir:
99
type: string
1010
default: "docs"
11-
description: "The path to the ir-docs folder in the repository. Defaults to './ir-docs'."
11+
description: "The path to the ir-docs folder in the repository. Defaults to './docs'."
12+
target_docs_dir:
13+
type: string
14+
default: "docs"
15+
description: "The path to the ir-docs folder in the repository. Defaults to './docs'."
1216
label:
1317
type: string
1418
default: ""
@@ -20,7 +24,7 @@ parameters:
2024
target_repo:
2125
type: string
2226
default: ""
23-
description: "The GitHub URL of the target repository where the documentation resides."
27+
description: "The GitHub SSH URL of the target repository where the documentation resides."
2428
git_username:
2529
type: string
2630
default: ""
@@ -32,7 +36,7 @@ parameters:
3236
target_repo_directory:
3337
type: string
3438
default: "target"
35-
description: "The directory where the clone of the target repo has been cloned."
39+
description: "The directory where the clone of the target repo will been cloned."
3640
source_repo_directory:
3741
type: string
3842
default: "source"

0 commit comments

Comments
 (0)