Prepare book release #78

Merged
muellerr merged 20 commits from prep-book-release into main 2023-09-21 20:04:20 +02:00
Showing only changes of commit 97a7c994b8 - Show all commits

View File

@ -13,7 +13,7 @@ ENV CROSS_CONTAINER_IN_CONTAINER=true
RUN rustup install nightly && \
rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \
rustup component add rustfmt clippy
RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
# RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
# SSH stuff to allow deployment to doc server
RUN adduser --uid 114 jenkins