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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user