Skip to content

Commit 5cc37d9

Browse files
committed
fix: add mkdocs-mermaid2-plugin installation to setup and deploy workflows
1 parent dd338a4 commit 5cc37d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26-
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin pymdown-extensions
26+
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin pymdown-extensions mkdocs-mermaid2-plugin
2727
2828
- name: Deploy to GitHub Pages
2929
run: mkdocs gh-deploy --force

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ tasks:
1818
- pip install mkdocs-material
1919
- pip install mkdocs-git-revision-date-localized-plugin
2020
- pip install pymdown-extensions
21-
- echo "Setup complete! Changelog is automatically generated via GitHub Actions."
2221
- pip install mkdocs-mermaid2-plugin
22+
- echo "Setup complete! Changelog is automatically generated via GitHub Actions."
2323
silent: true
2424

2525
build:

0 commit comments

Comments
 (0)