Skip to content

Commit 800242f

Browse files
committed
ci: update submodules using remote-tracking branch
1 parent 376bbce commit 800242f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy-server.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0 # Not needed if lastUpdated is not enabled
36-
submodules: 'recursive' # Fetch lime-packages and network-profiles
36+
# submodules: 'recursive'
37+
- name: Submodule update # Fetch lime-packages and network-profiles
38+
run: git submodule update --init --recursive --remote
3739
- name: Install rsync
3840
run: |
3941
sudo apt-get update

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0 # Not needed if lastUpdated is not enabled
37-
submodules: 'recursive' # Fetch lime-packages and network-profiles
37+
# submodules: 'recursive'
38+
- name: Submodule update # Fetch lime-packages and network-profiles
39+
run: git submodule update --init --recursive --remote
3840
- uses: pnpm/action-setup@v4 # Uncomment this block if you're using pnpm
3941
with:
4042
version: 9 # Not needed if you've set "packageManager" in package.json

0 commit comments

Comments
 (0)