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