Skip to content

Commit 029bcf4

Browse files
authored
Merge pull request #4 from amusarra/fix/githubaction-mkdocs
Fixed command pip
2 parents 9e9e18b + bbf594e commit 029bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_doc_to_gh_pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material
28+
- run: pip install mkdocs-material mkdocs-minify-plugin "mkdocs-material[imaging]" mkdocs-material-extensions
2929
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)