let's try this
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
9d3b7ab8af
commit
339ad92080
@ -16,7 +16,10 @@ RUN rustup install nightly && \
|
||||
|
||||
# RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
|
||||
RUN curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory /usr/local/bin
|
||||
RUN curl -L https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest/download/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip && \
|
||||
|
||||
RUN mkdir mdbook-linkcheck-staging && \
|
||||
cd mdkbook-linkcheck-staging && \
|
||||
curl -sSL https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest/download/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -o mdbook-linkcheck.zip && \
|
||||
unzip mdbook-linkcheck.zip && \
|
||||
chmod +x mdbook-linkcheck && \
|
||||
cp mdbook-linkcheck /usr/local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user