-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action to auto generate Ebooks #1123
Conversation
Have had a change of heart on this. Generating the ebooks on every commit to main is overkill as this only needs to be done before a release. So changing to a manually triggered Github Action instead. I've updated the initial comment to reflect this. Still intend to run the site and run tests in the many Generate Chapters GitHub action but don't think we need the performance hit of generating the ebooks in that. |
Co-authored-by: Sawood Alam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This auto generates the ebooks when the GitHub action is manually trigger.
This removes the need to install PrinceXML locally.
This should be run before deploying the site to production.