Shanedell commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1053678714
##########
containers/release-candidate/src/daffodil-release-candidate:
##########
@@ -300,6 +301,23 @@ case $PROJECT_REPO in
yarn package
cp *.vsix $DAFFODIL_RELEASE_DIR/bin/
+ echo "Building Extension Docs..."
+ git clone https://github.com/apache/daffodil-vscode.wiki.git .wiki
+ for markdown_file in $(echo "\
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code \
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code:-Development \
+ Apache-Daffodilâ„¢-Extension-for-Visual-Studio-Code:-Roadmap \
+ Home"
+ ); do
+ pandoc -t html -f markdown -o "${markdown_file}.html"
".wiki/${markdown_file}.md"
Review Comment:
Yeah I don't know though about a single PDF is that possible with pandoc? It
seemed like I needed to create one for each wiki page
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]