Skip to content

Commit ffceafa

Browse files
authored
Fix: ensure submodules are also checked out
1 parent 30c5cda commit ffceafa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- name: 'Checkout Fred'
99
uses: actions/checkout@v4
10+
with:
11+
submodules: true
1012

1113
- name: 'Checkout database'
1214
uses: actions/checkout@v4

0 commit comments

Comments
 (0)