Skip to content

Commit

Permalink
Add 's' to mkdocstrings install...
Browse files Browse the repository at this point in the history
  • Loading branch information
Curts0 authored Feb 17, 2023
1 parent a81c1e8 commit dc5ab29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
- run: pip install --upgrade pip
- run: pip install mkdocstring[python]
- run: pip install mkdocstrings[python]
- run: pip install mkdocs-material
- run: pip install mkdocs mkdocs-gen-files
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy
run: mkdocs gh-deploy

0 comments on commit dc5ab29

Please sign in to comment.