From 4fdcc9b50a1851824acdc0874e20c2afdf224c9a Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 18 Dec 2024 09:22:24 -0600 Subject: [PATCH] . --- build/build-pipeline-server-markdown.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/build-pipeline-server-markdown.sh b/build/build-pipeline-server-markdown.sh index c69c271..d1aa49f 100644 --- a/build/build-pipeline-server-markdown.sh +++ b/build/build-pipeline-server-markdown.sh @@ -33,6 +33,14 @@ echo "Creating consultant profile..." $MO_PATH $YamlInputTemplateFileConsultantProfile > $BUILDYAML_CONSULTANT_PROFILE +############################################################################# +# Logic to create the consultant profile markdown output file goes here +# (...) +############################################################################# + +$MO_PATH $PipelineClientWorkingDir/Templates/ConsultantInfoSheet.md > "$ConsultantProfileMarkdownOutputFile" + + pandoc \ "$ConsultantProfileMarkdownOutputFile" \ --template $PANDOC_TEMPLATE \