Skip to content

Commit 797a3b9

Browse files
committed
Add recursive clone
1 parent 54f1a88 commit 797a3b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
36+
with:
37+
submodules: recursive
3638
- name: Set up Python
3739
uses: actions/setup-python@v5
3840
with:
@@ -69,6 +71,8 @@ jobs:
6971
steps:
7072
- name: Checkout repository
7173
uses: actions/checkout@v4
74+
with:
75+
submodules: recursive
7276
- name: Set up Python
7377
uses: actions/setup-python@v5
7478
with:

0 commit comments

Comments
 (0)