Skip to content

Commit 4575440

Browse files
[GTM-842]Add llamaindex and reflex-chat as submodules (#44)
* Add llamaindex and reflex-chat as submodules * rebase on main * that was silly * fast-forward reflex-chat
1 parent 56fe9c7 commit 4575440

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.github/workflows/check_export.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
38+
with:
39+
submodules: recursive
3840
- uses: actions/setup-python@v5
3941
with:
4042
python-version: 3.9

.github/workflows/create-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
outputs:
99
files: ${{ steps.list_zip_files.outputs.files }}
1010
steps:
11-
- name: Checkout code
11+
- name: Checkout code with submodules
1212
uses: actions/checkout@v3
13+
with:
14+
submodules: recursive
1315
- name: Create zip files for each subfolder
1416
run: |
1517
for dir in $(find . -mindepth 1 -maxdepth 1 -type d); do

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "reflex-chat"]
2+
path = reflex-chat
3+
url = https://github.com/reflex-dev/reflex-chat.git
4+
[submodule "reflex-llamaindex-template"]
5+
path = reflex-llamaindex-template
6+
url = https://github.com/reflex-dev/reflex-llamaindex-template.git

reflex-chat

Submodule reflex-chat added at fa8f03d

reflex-llamaindex-template

0 commit comments

Comments
 (0)