Skip to content

Commit

Permalink
ci: add missing pip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Jan 21, 2024
1 parent c3528e6 commit fa665f3
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 @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts
- run: mkdocs gh-deploy --force

0 comments on commit fa665f3

Please sign in to comment.