Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek authored Jun 8, 2021
1 parent fecbdfd commit 5316306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python3.7 -m pip install --upgrade pip
python3.7 -m pip install mkdocs-material<=7.1.5 pydoc-markdown<=3.12
python3.7 -m pip install "mkdocs-material<=7.1.5" "pydoc-markdown<=3.12"
- name: Build API docs
run: pydoc-markdown --build --site-dir=api
- name: Copy APi docs
Expand Down

0 comments on commit 5316306

Please sign in to comment.