Add mdbook-linkcheck to docker (#9123)

automerge
This commit is contained in:
Greg Fitzgerald
2020-03-27 11:18:01 -06:00
committed by GitHub
parent c1a3b6ecc2
commit 87e5f8acbf
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ RUN set -x \
&& cargo install cargo-audit \ && cargo install cargo-audit \
&& cargo install svgbob_cli \ && cargo install svgbob_cli \
&& cargo install mdbook \ && cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& rustc --version \ && rustc --version \
&& cargo --version \ && cargo --version \
&& curl -OL https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP \ && curl -OL https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP \

View File

@ -8,3 +8,5 @@ create-missing = false
[output.html] [output.html]
theme = "theme" theme = "theme"
[output.linkcheck]