Compare commits
2 Commits
fd1edb0a30
...
369a369c75
Author | SHA1 | Date | |
---|---|---|---|
369a369c75 | |||
9aef277a10 |
@@ -7,10 +7,16 @@ $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 \
|
||||
--metadata-file="$BUILDYAML_STAKEHOLDER_OUTPUT" \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output $StakeholderOutputPDFOutputFile
|
||||
--output $StakeholderOutputPDFOutputFile
|
||||
|
||||
cd -
|
Reference in New Issue
Block a user