Skip to content

Commit 59c7fe9

Browse files
authored
Update main.yml
1 parent 4153e41 commit 59c7fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.9
14-
- run: pip install mkdocs-material
14+
- run: pip install mkdocs-material mkdocs-mermaid2-plugin
1515
- run: mkdocs build --site-dir public
1616
- name: Git Comands
1717
run: |

0 commit comments

Comments
 (0)