starting work on json resume output for use with reactive resume and fluentcv
This commit is contained in:
@@ -16,6 +16,10 @@ rm $ClientSubmissionMarkdownOutputFile
|
||||
rm $ClientSubmissionPDFOutputFile
|
||||
rm $ClientSubmissionMSWordOutputFile
|
||||
|
||||
#####################################################################################################
|
||||
#Markdown to PDF/MSWord Resumek and candidate info sheet
|
||||
#####################################################################################################
|
||||
|
||||
# Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/build/BuildTemplate-CandidateInfoSheet.yml > $BUILDYAML_CANDIDATEINFOSHEET
|
||||
@@ -165,4 +169,7 @@ pandoc \
|
||||
--from markdown \
|
||||
--to=docx \
|
||||
--reference-doc="$PipelineClientWorkingDir/build/resume-docx-reference.docx" \
|
||||
--output $ClientSubmissionMSWordOutputFile
|
||||
--output $ClientSubmissionMSWordOutputFile
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user