-
Notifications
You must be signed in to change notification settings - Fork 518
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
feat: Generate PDF/HTML on release event with GitHub Actions #15
Conversation
Thanks for the patch! I really appreciate that. However, I could not recognize the source code listing (with indention and syntax highlighting) in generated HTML with |
The corresponding GitHub Pages I am addressing: https://jserv.github.io/lkmpg/ |
The generated PDF was malformed as well. See https://jserv.github.io/lkmpg/lkmpg.pdf |
I only use the default setting to generate files. |
After investigation, that's because pandoc can't handle latex's external dependencies.
|
I also tried to use other tools to generate HTML files, and this tool can successfully handle external dependencies, but it did not work for the "Undefined control sequence" reasons. |
Let's consolidate #20 before working on GitHub Actions/Pages. |
Close in favor of #32 |
this feature will trigger github action to generating book on github released event and the book will be uploaded to release assets
Github Page Setting
repo owner should set repo setting like this pic