Skip to content

Commit db65db1

Browse files
committed
fix: include submodules in clone
1 parent efd6e95 commit db65db1

File tree

4 files changed

+4
-308
lines changed

4 files changed

+4
-308
lines changed

β€Ž.github/workflows/server.yamlβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
38+
with:
39+
submodules: true
3840

3941
- name: Set up Docker Buildx
4042
uses: docker/setup-buildx-action@v3
@@ -67,6 +69,8 @@ jobs:
6769
steps:
6870
- name: Checkout repository
6971
uses: actions/checkout@v4
72+
with:
73+
submodules: true
7074

7175
- name: Prepare
7276
run: |

β€Ž.github/workflows/server/Dockerfileβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Ž.github/workflows/server/docker-entrypoint.shβ€Ž

Lines changed: 0 additions & 117 deletions
This file was deleted.

β€Ž.github/workflows/server/server.yamlβ€Ž

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
Β (0)