From 9aef277a10d0f62b5c07908efae1392767743aef Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sun, 15 Dec 2024 17:12:25 -0600 Subject: [PATCH] Squashed 'vendor/git.knownelement.com/reachableceo/DSR-Pipeline-Server/' changes from 82b1c41..4cd6c38 4cd6c38 . git-subtree-dir: vendor/git.knownelement.com/reachableceo/DSR-Pipeline-Server git-subtree-split: 4cd6c38e9366380b48a4918282f8d8b1bab6b832 --- build/build-stakeholder-output-server.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/build-stakeholder-output-server.sh b/build/build-stakeholder-output-server.sh index 0f7a7c6..26cab06 100644 --- a/build/build-stakeholder-output-server.sh +++ b/build/build-stakeholder-output-server.sh @@ -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 \ No newline at end of file +--output $StakeholderOutputPDFOutputFile + +cd - \ No newline at end of file