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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ RUN set -x \
&& cargo install cargo-audit \
&& cargo install svgbob_cli \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& rustc --version \
&& cargo --version \
&& 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]
theme = "theme"
[output.linkcheck]