lemmy-docs/.drone.yml

17 lines
425 B
YAML
Raw Normal View History

2021-01-18 16:08:20 +00:00
kind: pipeline
name: default
steps:
2021-10-13 15:30:34 +00:00
- name: fetch git submodules
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
2021-01-18 16:08:20 +00:00
- name: check documentation build
image: rust:1.49-slim-buster
2021-01-18 16:08:20 +00:00
commands:
- cargo install mdbook --git https://github.com/Nutomic/mdBook.git --branch localization
--rev 0982a82 --force --debug
- mdbook build .