Skip to content

Commit 8234e95

Browse files
committed
Update doc checkout to be recursive
Signed-off-by: Travis F. Collins <[email protected]>
1 parent 53e6775 commit 8234e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
submodules: recursive
1113
- name: Set up Python 3.7
1214
uses: actions/setup-python@v2
1315
with:

0 commit comments

Comments
 (0)