Add mkdocs-gh-admonitions-plugin to deploy workflow (#79)

Updated the GitHub Actions deploy-wiki workflow to install the mkdocs-gh-admonitions-plugin package. This enables support for admonitions in the wiki documentation build process.
This commit is contained in:
Ian Bassi
2026-01-05 11:06:53 -03:00
committed by GitHub
parent 3177626267
commit 941b8bd683

View File

@@ -21,7 +21,7 @@ jobs:
python-version: '3.x'
- name: Install mkdocs
run: pip install mkdocs mkdocs-material pymdown-extensions
run: pip install mkdocs mkdocs-material pymdown-extensions mkdocs-gh-admonitions-plugin
- name: Build wiki content
run: |