Skip to content

Commit 94a24fa

Browse files
committed
add submodule support in deploy
1 parent dc798d6 commit 94a24fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
15+
with:
16+
submodules: recursive # Fetches and initializes submodules
1517

1618
- name: Set up AWS credentials
1719
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)