We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f08a1 commit c764190Copy full SHA for c764190
.github/workflows/deploy-docs.yml
@@ -20,6 +20,6 @@ jobs:
20
python-version: 3.x
21
- name: Install dependencies
22
run: |
23
- pip install mkdocs mkdocs-readthedocs-theme
+ pip install mkdocs
24
- name: Deploy docs
25
run: mkdocs gh-deploy --force
0 commit comments