Skip to content

Commit 94f1c79

Browse files
committed
Add missing mkdocs-mermaid2-plugin to GitHub Pages workflow
- Install mkdocs-mermaid2-plugin to fix the 'mermaid2 plugin is not installed' error - This should resolve the MkDocs build failure in GitHub Pages deployment - All required dependencies are now included in the workflow
1 parent de9f8e4 commit 94f1c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install mkdocs mkdocs-material pymdown-extensions
31+
pip install mkdocs mkdocs-material pymdown-extensions mkdocs-mermaid2-plugin
3232
3333
- name: Build documentation
3434
run: mkdocs build --clean

0 commit comments

Comments
 (0)