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

12 lines
259 B
YAML

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