Skip to content

Commit 71fe0db

Browse files
committed
Added mkdocs-plugin-inline-svg to dependencies in generate-docs workflow
1 parent c9b07a1 commit 71fe0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: .cache
2323
key: ${{ github.ref }}
2424

25-
- run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin mkdocstrings-python
25+
- run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin mkdocstrings-python mkdocs-plugin-inline-svg
2626

2727
# Create CNAME file inside site/ before deployment
2828
- name: Create CNAME file

0 commit comments

Comments
 (0)