lemmy-docs/.drone.yml
2021-10-13 12:59:33 +02:00

11 lines
240 B
YAML

kind: pipeline
name: default
steps:
- name: check documentation build
image: rust:1.49-slim-buster
commands:
- apt install git
- git submodule init
- git submodule update --recursive --remote
- ./build.sh