Skip to content

Commit

Permalink
Fix quotes in package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Sep 8, 2023
1 parent 62935a5 commit e661c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install "mkdocs-material" "mkdocstrings[python] markdown-exec[ansi]"
- run: pip install "mkdocs-material" "mkdocstrings[python]" "markdown-exec[ansi]"
- run: mkdocs gh-deploy --force

0 comments on commit e661c4c

Please sign in to comment.