From 985876b06897a6634f0cbcaf59cd92192c2e2fbd Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 18 Dec 2024 08:48:12 -0600 Subject: [PATCH] . --- build/build-pipeline-server-markdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-pipeline-server-markdown.sh b/build/build-pipeline-server-markdown.sh index cb585a4..0e84afc 100644 --- a/build/build-pipeline-server-markdown.sh +++ b/build/build-pipeline-server-markdown.sh @@ -12,7 +12,7 @@ set -euo pipefail # Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts -#$MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOSHEET +$MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOSHEET echo "Creating candidate info sheet..."