mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 12:21:10 +00:00
fix mdbook download link
This commit is contained in:
parent
dfed1f3f3a
commit
c7a0fdf7f0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pipeline:
|
||||||
check_documentation_build:
|
check_documentation_build:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-aarch64-unknown-linux-musl.tar.gz
|
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz
|
||||||
- tar -xzf mdbook.tar.gz
|
- tar -xzf mdbook.tar.gz
|
||||||
- ./mdbook build .
|
- ./mdbook build .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue