mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
check folder 2.
This commit is contained in:
parent
32030feb76
commit
1baf6f75d5
1 changed files with 4 additions and 5 deletions
|
@ -8,12 +8,11 @@ platform:
|
|||
|
||||
steps:
|
||||
|
||||
- name: fetch git submodules
|
||||
image: node:14-alpine
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- apk add git
|
||||
- git submodule update --recursive --remote
|
||||
- ls lemmy-docs
|
||||
- git submodule update --recursive --remote
|
||||
- ls lemmy-docs/src
|
||||
|
||||
- name: yarn
|
||||
image: node:14-alpine
|
||||
|
|
Loading…
Reference in a new issue