This commit is contained in:
Charles N Wyble 2024-12-18 08:47:43 -06:00
parent 1e0d8a6a88
commit db369fcb91

View File

@ -18,22 +18,15 @@ echo "Creating candidate info sheet..."
echo "MO Path: $MO_PATH"
set -x
$MO_PATH $PipelineClientWorkingDir/Templates/ConsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
#$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
cat $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
#$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
set +x
#pandoc \
#"$ConsultantInfoSheetMarkdownOutputFile" \
#--template $PANDOC_TEMPLATE \
#--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \
#--from markdown \
#--to=pdf \
#--output $ConsultantInfoSheetPDFOutputFile
pandoc \
"$ConsultantInfoSheetMarkdownOutputFile" \
--template $PANDOC_TEMPLATE \
--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \
--from markdown \
--to=pdf \
--output $ConsultantInfoSheetPDFOutputFile
#############################################
# Create the consultant profile PDF