Skip to content

Commit

Permalink
feat: :memo2: Add missing mkdocs libs
Browse files Browse the repository at this point in the history
  • Loading branch information
afranzi committed Mar 1, 2024
1 parent bd99cc3 commit 80bf70c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
mkdocs-material-
- name: Install mkdocs-material python library
run: pip install mkdocs-material
run: |
pip install mkdocs-material \
mkdocs-git-revision-date-localized-plugin \
mkdocs-git-committers-plugin-2
- name: Documentation Github deployment
run: mkdocs gh-deploy --force

0 comments on commit 80bf70c

Please sign in to comment.