Add mdbook-linkcheck

This commit is contained in:
Felix Ableitner 2022-05-16 12:31:13 +02:00
parent d79469d997
commit fdb88ef526

View file

@ -9,11 +9,12 @@ steps:
- git submodule update --recursive --remote - git submodule update --recursive --remote
- name: check documentation build - name: check documentation build
image: rust:1.61-slim-buster image: michaelfbryan/mdbook-docker-image:latest
commands: commands:
- apt-get update
- apt-get install git cargo -y
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
--rev 9d8147c --force --debug --rev 9d8147c --force --debug
- apt-get update
- apt-get install git -y
- ./update-includes.sh - ./update-includes.sh
- echo "\n\n[output.html]\n\n[output.linkcheck]" >> "book.toml"
- mdbook build . - mdbook build .