blyxyas / mdbook-emojicodes

MDBook preprocessor for converting emojicodes (e.g. `: cat :`) into emojis 🐱
https://crates.io/crates/mdbook-emojicodes
MIT License
11 stars 2 forks source link

Request: Binary releases on github for use with `cargo-binstall` #9

Closed mirrorcult closed 11 months ago

mirrorcult commented 11 months ago

hello! we currently use mdbook-emojicodes for a documentation site, with deployments handled by github actions. we install the necessary mdbook plugins using https://github.com/taiki-e/install-action, which under the hood uses https://github.com/cargo-bins/cargo-binstall, which just downloads binaries from github releases.

other preprocessors like https://github.com/tommilligan/mdbook-admonish do have binaries for x86 linux in their releases, so the action runner is generally pretty quick. with this preprocessor included, deploy times go from ~10s to ~1m20s, which isn't unmanageable or anything, but it would be very nice if binary releases on tagged versions could be included so the workflow is even faster here

blyxyas commented 11 months ago

I just created the release for 0.3.0, they have binaries optimized for size. I hope that's what you need :cat: (Don't hesitate to say it if it isn't what you need)

mirrorcult commented 11 months ago

yep, this works for us!