fix(ci): install mdbook in docs runner container #113

Merged
forbes merged 1 commits from fix/docs-install-mdbook into main 2026-02-09 14:59:00 +00:00
Owner

The act_runner container does not have mdbook pre-installed. Adds a step to download the v0.5.2 musl static binary from GitHub releases before building the docs. Skips the download if mdbook is already available (e.g. cached from a previous run).

The `act_runner` container does not have `mdbook` pre-installed. Adds a step to download the v0.5.2 musl static binary from GitHub releases before building the docs. Skips the download if `mdbook` is already available (e.g. cached from a previous run).
forbes added 1 commit 2026-02-09 14:58:46 +00:00
fix(ci): install mdbook in docs runner container
Some checks failed
Build and Test / build (pull_request) Failing after 1m37s
40bf0e4ae6
The act_runner container does not have mdbook pre-installed.
Download the musl static binary from GitHub releases before
building the docs.
forbes merged commit 539ab7cc51 into main 2026-02-09 14:59:00 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#113