mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Add drone ci (#7)
This commit is contained in:
parent
4c534695ec
commit
6a7ef79875
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: check documentation build
|
||||
image: rust:1.49-slim-buster
|
||||
commands:
|
||||
- cargo install mdbook --git https://github.com/Nutomic/mdBook.git --branch localization
|
||||
--rev 0982a82 --force --debug
|
||||
- mdbook build .
|
Loading…
Reference in a new issue