init git submodule

This commit is contained in:
Felix Ableitner 2021-10-13 12:59:09 +02:00
parent 2f25373f01
commit db432f2ce1

View file

@ -5,4 +5,6 @@ steps:
- name: check documentation build
image: rust:1.49-slim-buster
commands:
- git submodule init
- git submodule update --recursive --remote
- ./build.sh