mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 09:03:12 +00:00
change submodules to https for non-ssh pulls
This commit is contained in:
parent
0d1a2f06aa
commit
fa1f24f6bf
2 changed files with 3 additions and 2 deletions
1
.github/workflows/build-and-push-image.yaml
vendored
1
.github/workflows/build-and-push-image.yaml
vendored
|
@ -15,6 +15,7 @@ on:
|
|||
branches: ['master'] # master branch only. Do not modify.
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.gitmodules'
|
||||
- 'cloud-deployments/**/*'
|
||||
- 'images/**/*'
|
||||
- '.vscode/**/*'
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,7 +1,7 @@
|
|||
[submodule "browser-extension"]
|
||||
path = browser-extension
|
||||
url = git@github.com:Mintplex-Labs/anythingllm-extension.git
|
||||
url = https://github.com/Mintplex-Labs/anythingllm-extension.git
|
||||
[submodule "embed"]
|
||||
path = embed
|
||||
url = git@github.com:Mintplex-Labs/anythingllm-embed.git
|
||||
url = https://github.com/Mintplex-Labs/anythingllm-embed.git
|
||||
branch = main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue