Skip to content

Commit 0be1276

Browse files
committed
submodules in wf
1 parent 48744b7 commit 0be1276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
with:
15+
submodules: "recursive"
16+
1417
- uses: actions/setup-node@v3
1518
with:
1619
node-version: 16

0 commit comments

Comments
 (0)