Skip to content

Commit

Permalink
Merge pull request #17 from pulsiot/editor
Browse files Browse the repository at this point in the history
Removing fontawesome_markdown as Mkdocs removed support for it
  • Loading branch information
debuggerboy authored Aug 15, 2023
2 parents 290bc80 + 19c5127 commit 84e49fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wiki-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
with:
python-version: '3.10'

- name: Uninstall lxml
run: pip uninstall lxml

- name: Install mkdocs and dependencies
run: pip install mkdocs mkdocs-material fontawesome_markdown mdx_unimoji mkdocs-mermaid2-plugin pymdown-extensions plantuml-markdown python-markdown-math lxml
run: pip install mkdocs mkdocs-material fontawesome_markdown mdx_unimoji mkdocs-mermaid2-plugin pymdown-extensions plantuml-markdown python-markdown-math

- name: Inject the custom domain
# Refer
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ copyright: 'Copyleft 🄯 debuggerboy 2020-2023 Pulsiot LLC'
markdown_extensions:
- mdx_math:
enable_dollar_delimiter: true
- fontawesome_markdown
- admonition
- footnotes
- attr_list
Expand Down

0 comments on commit 84e49fa

Please sign in to comment.