rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.84k stars 352 forks source link

feat: render PDF version of book with `mdbook-pandoc` #394

Closed max-heller closed 3 months ago

max-heller commented 3 months ago

Uses mdbook-pandoc to render a PDF version of the book and publishes it to Github pages.

Rendered (job log)

Related issue #380

simonsan commented 3 months ago

Wow, thank you so much :) I changed your initial comment, so we don't close that issue, because I still need to do some stuff there, WRT to linking the pdf for example, so I'll close it later on. Just FYI. ;)

Looked through it and it's ready to merge, when it's ready from your side. 🚀

simonsan commented 3 months ago

Thanks a lot, again <3