mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
ci: update submodule URLs to HTTPS and enable recursive checkout in deploy workflow.
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
||||
name: Deploy
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -3,7 +3,7 @@
|
||||
url = https://github.com/meshtastic/web-flasher
|
||||
[submodule "vendor/firmware"]
|
||||
path = vendor/firmware
|
||||
url = git@github.com:meshtastic/firmware.git
|
||||
url = https://github.com/meshtastic/firmware.git
|
||||
[submodule "vendor/api"]
|
||||
path = vendor/api
|
||||
url = git@github.com:meshtastic/api.git
|
||||
url = https://github.com/meshtastic/api.git
|
||||
|
||||
Reference in New Issue
Block a user