Skip to content

Commit

Permalink
Added Social Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
w11wo committed Jun 3, 2023
1 parent 7602232 commit a24018d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material
run: pip install mkdocs-material pillow cairosvg
- name: Deploy docs
run: mkdocs gh-deploy --force
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ theme:
- navigation.tabs.sticky
# - navigation.sections

plugins:
- social

markdown_extensions:
- attr_list
- md_in_html
Expand Down

0 comments on commit a24018d

Please sign in to comment.