Skip to content

Commit 1b05419

Browse files
committed
fix: Checkout submodules
1 parent 1c017e3 commit 1b05419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
id-token: write
1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
submodules: true
1921

2022
# Install dependencies
2123
- name: Set up Python 3.11

0 commit comments

Comments
 (0)