Adding submodule init.

This commit is contained in:
Dessalines 2021-03-14 10:42:43 -04:00
parent e7a7e23bbd
commit dfdfb6e044

View file

@ -8,9 +8,10 @@ platform:
steps: steps:
- name: submodules - name: fetch git submodules
image: alpine/git image: alpine/git
commands: commands:
- git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- ls lemmy-docs/src - ls lemmy-docs/src