fix(ci): install mdbook in docs runner container #113
Reference in New Issue
Block a user
Delete Branch "fix/docs-install-mdbook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
act_runnercontainer does not havemdbookpre-installed. Adds a step to download the v0.5.2 musl static binary from GitHub releases before building the docs. Skips the download ifmdbookis already available (e.g. cached from a previous run).