Skip to content

Commit bccbdb9

Browse files
committed
fix deploy to checkout submodule
1 parent ab4bd9f commit bccbdb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
submodules: recursive
2426

2527
- uses: actions/setup-node@v4
2628
with:

0 commit comments

Comments
 (0)