mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
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:
2
.github/workflows/deploy-wiki.yml
vendored
2
.github/workflows/deploy-wiki.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user