Skip to content

Commit de634b1

Browse files
committed
Fix: fetch git submodules in CI workflow
1 parent 54b264c commit de634b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-web-ide.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
30+
with:
31+
submodules: recursive
3032

3133
- name: Azure Login
3234
uses: azure/login@v2

0 commit comments

Comments
 (0)