Skip to content

Commit 2f89eea

Browse files
clone samples before running prebuild
1 parent 5d0fc47 commit 2f89eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/get_knowledge_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def setup_repositories():
3535
# Define repositories and their URLs
3636
repos = {
3737
"defang-docs": "https://github.com/DefangLabs/defang-docs.git",
38-
"defang": "https://github.com/DefangLabs/defang.git"
38+
"defang": "https://github.com/DefangLabs/defang.git",
39+
"samples": "https://github.com/DefangLabs/samples.git"
3940
}
4041

4142
# Change to the temporary directory

0 commit comments

Comments
 (0)