Skip to content

Commit dd5a0bd

Browse files
fix deployment workflow
1 parent 05d6e0d commit dd5a0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install mkdocs mkdocs-material \
2222
mkdocs-material[imaging] \
23-
mkdocs-social-tags-plugin \
23+
mkdocs-material[extras] \
2424
mkdocs-git-revision-date-localized-plugin \
2525
- name: Deploy
2626
run: |

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ plugins:
4444
- search
4545
- social:
4646
cards_color: "#5B8DCA" # background color for social preview cards
47-
cards_font: Montserrat
47+
cards_font: Inter
4848
- git-revision-date-localized:
4949
enable_creation_date: true
5050
type: timeago

0 commit comments

Comments
 (0)