mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
10 lines
280 B
YAML
10 lines
280 B
YAML
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 .
|