Skip to content

Commit 513d77c

Browse files
committed
Fix error
1 parent 3de55e4 commit 513d77c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
fetch-depth: 0
2424
- name: Install mkdocstrings with Python support
2525
run: pip install mkdocstrings[python]
26+
- name: Install markdown-include
27+
run: pip install markdown-include
2628
- uses: actions/setup-python@v5
2729
with:
2830
python-version: 3.9

0 commit comments

Comments
 (0)