mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +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:
|
||||
|
||||
- name: submodules
|
||||
- name: fetch git submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- ls lemmy-docs/src
|
||||
|
||||
|
|
Loading…
Reference in a new issue