Skip to content

Commit

Permalink
Add mdbook-linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed May 30, 2022
1 parent d79469d commit fdb88ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ steps:
- git submodule update --recursive --remote

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

0 comments on commit fdb88ef

Please sign in to comment.