Skip to content

Commit be67f23

Browse files
committed
deploy fix
1 parent 5ab4fad commit be67f23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525

26+
- name: Initialize submodules
27+
run: git submodule update --init --recursive
28+
2629
- name: Setup Node.js
2730
uses: actions/setup-node@v4
2831
with:

0 commit comments

Comments
 (0)