fix(ci): mkdocs deps

This commit is contained in:
Jef LeCompte
2020-12-07 00:21:38 -05:00
parent 243109a4ff
commit 1f63e99804
+1 -1
View File
@@ -14,6 +14,6 @@ jobs:
with:
python-version: 3.x
- name: Install Python dependencies
run: pip install mkdocs-material
run: pip install mkdocs-material mkdocs-git-revision-date-plugin mkdocs-macros-plugin
- name: Deploy documentation
run: mkdocs gh-deploy --force