Skip to content

Commit

Permalink
Merge pull request #4 from amusarra/fix/githubaction-mkdocs
Browse files Browse the repository at this point in the history
Fixed command pip
  • Loading branch information
amusarra authored Jul 7, 2024
2 parents 9e9e18b + bbf594e commit 029bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc_to_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-minify-plugin "mkdocs-material[imaging]" mkdocs-material-extensions
- run: mkdocs gh-deploy --force

0 comments on commit 029bcf4

Please sign in to comment.