This commit is contained in:
Felix Ableitner 2023-06-20 16:32:05 +02:00
parent 600baeaa0f
commit 0d842b851a

View file

@ -28,7 +28,7 @@ pipeline:
check_documentation_build:
image: alpine:3
commands:
- wget -O https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-aarch64-unknown-linux-musl.tar.gz mdbook.tar.gz
- wget -O https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-aarch64-unknown-linux-musl.tar.gz
- tar -xzf mdbook.tar.gz
- ./mdbook build .