mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 22:01:17 +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:
|
steps:
|
||||||
|
|
||||||
- name: fetch git submodules
|
- name: submodules
|
||||||
image: node:14-alpine
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- ls lemmy-docs
|
- ls lemmy-docs/src
|
||||||
|
|
||||||
- name: yarn
|
- name: yarn
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
Loading…
Reference in a new issue