Closed Jarmos-san closed 1 year ago
No, currently you have to run the action twice
- uses: extractions/setup-crate@v1
with:
owner: rust-lang
name: mdBook
- uses: extractions/setup-crate@v1
with:
owner: badboy
name: mdbook-mermaid
Alright thanks for clarifying, that answers my question so I'm closing this thread. But is there any plan to support this feature in a future release? Or is it technically impossible to implement?
I would like to install both
mdbook
& themdbook-mermaid
plugin crates. Is it possible to install both of these together using this Action?