Add mdbook
All checks were successful
Push Workflows / docker-build (push) Successful in 7m13s

This commit is contained in:
2025-05-28 01:57:48 +00:00
parent 1e02d0f0f5
commit 92e1896fda

View File

@ -21,6 +21,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup default nightly
RUN rustup target add wasm32-unknown-unknown
RUN cargo install cargo-leptos@0.2.26 --locked
RUN cargo install mdbook
# Install ImageMagick
RUN cd / && \