Skip to content

Commit 8f6dca3

Browse files
committed
Fix package name in GitHub Actions workflow
1 parent 3277747 commit 8f6dca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install mkdocs-material mkdocstrings[python] mermaid2
33+
pip install "mkdocs-material" "mkdocstrings[python]" "mkdocs-mermaid2-plugin"
3434
3535
- name: Build documentation
3636
run: mkdocs build

0 commit comments

Comments
 (0)