Skip to content

Commit

Permalink
Updated mkdocs plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Feb 15, 2024
1 parent f66b5b4 commit c60e681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
shell: bash
- run: pip install mkdocs==1.3.0
shell: bash
- run: pip install mkdocs-awesome-pages-plugin==2.9.2
shell: bash
- run: mkdocs build --site-dir wiki
shell: bash
working-directory: doc/wiki
Expand Down
4 changes: 2 additions & 2 deletions doc/wiki/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ markdown_extensions:
- footnotes
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- abbr
- pymdownx.snippets:
auto_append:
Expand Down

0 comments on commit c60e681

Please sign in to comment.