mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
change submodules to https for non-ssh pulls
This commit is contained in:
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.
|
branches: ['master'] # master branch only. Do not modify.
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- '.gitmodules'
|
||||||
- 'cloud-deployments/**/*'
|
- 'cloud-deployments/**/*'
|
||||||
- 'images/**/*'
|
- 'images/**/*'
|
||||||
- '.vscode/**/*'
|
- '.vscode/**/*'
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
|||||||
[submodule "browser-extension"]
|
[submodule "browser-extension"]
|
||||||
path = 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"]
|
[submodule "embed"]
|
||||||
path = embed
|
path = embed
|
||||||
url = git@github.com:Mintplex-Labs/anythingllm-embed.git
|
url = https://github.com/Mintplex-Labs/anythingllm-embed.git
|
||||||
branch = main
|
branch = main
|
||||||
|
|||||||
Reference in New Issue
Block a user