mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 22:01:17 +00:00
Adding submodule init.
This commit is contained in:
parent
e7a7e23bbd
commit
dfdfb6e044
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue