mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
init git submodule
This commit is contained in:
parent
2f25373f01
commit
db432f2ce1
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ steps:
|
||||||
- name: check documentation build
|
- name: check documentation build
|
||||||
image: rust:1.49-slim-buster
|
image: rust:1.49-slim-buster
|
||||||
commands:
|
commands:
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
Loading…
Reference in a new issue