fix: correct sprint artifacts directory path in tech-spec workflow
This commit is contained in:
parent
00b541f5d4
commit
45b15187c9
|
|
@ -34,7 +34,7 @@ epics_template: "{installed_path}/epics-template.md"
|
||||||
# Output configuration
|
# Output configuration
|
||||||
default_output_file: "{output_folder}/tech-spec.md"
|
default_output_file: "{output_folder}/tech-spec.md"
|
||||||
epics_file: "{output_folder}/epics.md"
|
epics_file: "{output_folder}/epics.md"
|
||||||
sprint_artifacts: "{output_folder}/sprint_artifacts"
|
sprint_artifacts: "{config_source}:sprint_artifacts"
|
||||||
|
|
||||||
# Smart input file references - handles both whole docs and sharded docs
|
# Smart input file references - handles both whole docs and sharded docs
|
||||||
# Priority: Whole document first, then sharded version
|
# Priority: Whole document first, then sharded version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue