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