Shanedell commented on code in PR #897:
URL: https://github.com/apache/daffodil/pull/897#discussion_r1060728560


##########
containers/release-candidate/Dockerfile:
##########
@@ -42,6 +43,10 @@ RUN \
     winetricks && \
   dnf clean all
 
+# Install node dependencies:
+#   github-wikito-converter - creates html doc from github wiki repo
+RUN npm install -g github-wikito-converter

Review Comment:
   There could be. However, I noticed using this `github-wikito-converter` it 
fails to convert all pages to HTML it just links to README files which we don't 
want. So I am going to remove this line from the Dockerfile and go back to 
using pandoc for both docx and html.



-- 
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]

Reply via email to