Skip to content

Commit 8276e1e

Browse files
committed
add mkdocs docstring dependency
1 parent b2153b4 commit 8276e1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: ci
1+
name: ci
22
on:
33
push:
44
branches:
5-
- master
5+
- master
66
- main
77
jobs:
88
deploy:
@@ -12,5 +12,6 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.x
15-
- run: pip install mkdocs-material
15+
- run: pip install mkdocs-material
16+
- run: pip install mkdocstrings
1617
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)