Skip to content

Commit c764190

Browse files
committed
remove incorrect dependencies on website builder
1 parent 83f08a1 commit c764190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
python-version: 3.x
2121
- name: Install dependencies
2222
run: |
23-
pip install mkdocs mkdocs-readthedocs-theme
23+
pip install mkdocs
2424
- name: Deploy docs
2525
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)