mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 12:21:10 +00:00
Add mdbook-linkcheck
This commit is contained in:
parent
d79469d997
commit
fdb88ef526
1 changed files with 4 additions and 3 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue