ci: update submodule URLs to HTTPS and enable recursive checkout in deploy workflow.

This commit is contained in:
Ben Allfree
2025-11-23 00:51:12 -08:00
parent 38e4b29f51
commit f4f13a80b5
2 changed files with 5 additions and 2 deletions

View File

@@ -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
View File

@@ -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