.
This commit is contained in:
parent
82b1c41c6f
commit
4cd6c38e93
@ -7,6 +7,10 @@ $MO_PATH $YamlInputTemplateFileStakeholderOutput > $BUILDYAML_STAKEHOLDER_OUTPUT
|
||||
|
||||
echo "Creating stakeholder report..."
|
||||
|
||||
export StakeholderOutputMarkdownInputFile="../../StakeholderJoplin/@DailyStakeholderReports/PostedToDiscourse/DSR-12-10-2024.md"
|
||||
|
||||
cd "$(dirname $StakeholderOutputMarkdownInputFile)"
|
||||
|
||||
pandoc \
|
||||
"$StakeholderOutputMarkdownOutputFile" \
|
||||
--template $PANDOC_TEMPLATE \
|
||||
@ -14,3 +18,5 @@ pandoc \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output $StakeholderOutputPDFOutputFile
|
||||
|
||||
cd -
|
Loading…
Reference in New Issue
Block a user