Github automation assistance needed - Eclipse ThreadX documentation
Summary
I am working with the WebDev team to publish the official ThreadX documentation set to threadx.io
The documentation source is in AsciiDoc; you will find it here: https://github.com/eclipse-threadx/rtos-docs-asciidoc
I would like to have automation setup so that, when I will merge documentation PRs, a new HTML rendition is generated and committed to this repository: https://github.com/eclipse-threadx/rtos-docs-html
Then, this new HTML version would in turn be published to the ThreadX website automatically.
I worked with AsciiDoctor to convert from AsciiDoc to HTML.
The rtos-docs-html
repository, for the time being, contains an HTML version I generated semi-manually. I essentially wrote a bunch of bash scripts to traverse the repository structure of the AsciiDoc source and invoke AsciiDoctor on each .adoc file. However, those scripts are not production quality. AsciiDoctor does not offer a batch mode.
I have no idea hot to automate all of this, since I never touched GitHub actions before. I am happy to write a robust bash script to perform the conversion itself if that could help.
See further details in the issue below: eclipsefdn/it/websites/threadx.io#10
I have been told either @eclipsefdn/it/releng or @netomi could potentially assist me.
I appreciate your support.
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
We