mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
8 lines
139 B
YAML
8 lines
139 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: check documentation build
|
|
image: rust:1.49-slim-buster
|
|
commands:
|
|
- ./build.sh
|