Skip to content

Commit

Permalink
docs: mkdocs social plugin enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 3, 2024
1 parent af075be commit 21a2501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdocs-material-
- name: Installing pip packages
run: |
pip install conan mkdocs-material mkdocs-rss-plugin mike
pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mike
- name: Prepare git
run: |
git config --global user.name github-actions
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ plugins:
- categories
- tags
- search
- social:
enabled: !ENV [CI, false]
- tags:
tags_file: users_guide/examples/tags_index.md

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pre-commit
identify
mkdocs-material
mkdocs-rss-plugin
mkdocs-material[imaging]
mike

0 comments on commit 21a2501

Please sign in to comment.