Skip to content

Commit

Permalink
fix: 🐛 add missing dependency for action
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyra committed Jan 13, 2024
1 parent 9d76da6 commit 382d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force

0 comments on commit 382d246

Please sign in to comment.