Skip to content

Commit

Permalink
fix(ci): mkdocs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Dec 7, 2020
1 parent 243109a commit 1f63e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f63e99

Please sign in to comment.