Skip to content

Commit 735229b

Browse files
committed
checkout submodukes
1 parent 9d30072 commit 735229b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'docs-*'
1010
- main
1111
paths:
12-
- '.github/workflows/docs.yaml'
12+
- '.github/workflows/docs.yml'
1313
- 'mkdocs.yaml'
1414
- 'docs/**'
1515

@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3
23+
with:
24+
submodules: 'recursive'
2325
- uses: actions/setup-python@v4
2426
with:
2527
python-version: 3.x

0 commit comments

Comments
 (0)