Skip to content

Commit 76754ac

Browse files
committed
Add recursive clone
1 parent 1efe941 commit 76754ac

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
@@ -34,6 +34,8 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
37+
with:
38+
submodules: recursive
3739
- name: Set up Python
3840
uses: actions/setup-python@v5
3941
with:
@@ -70,6 +72,8 @@ jobs:
7072
steps:
7173
- name: Checkout repository
7274
uses: actions/checkout@v4
75+
with:
76+
submodules: recursive
7377
- name: Set up Python
7478
uses: actions/setup-python@v5
7579
with:

0 commit comments

Comments
 (0)