Skip to content

Commit

Permalink
add mkdocs docstring dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh11 committed Nov 23, 2022
1 parent b2153b4 commit 8276e1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ci
name: ci
on:
push:
branches:
- master
- master
- main
jobs:
deploy:
Expand All @@ -12,5 +12,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material
- run: pip install mkdocstrings
- run: mkdocs gh-deploy --force

0 comments on commit 8276e1e

Please sign in to comment.