We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27760c2 commit 85d6892Copy full SHA for 85d6892
.github/workflows/python-publish.yml
@@ -25,5 +25,6 @@ jobs:
25
path: .cache
26
restore-keys: |
27
mkdocs-material-
28
+ - run: python -m pip install -e . --no-deps
29
- run: pip install mkdocstrings pymdown-extensions mkdocs-material mkdocstrings-python
30
- run: mkdocs gh-deploy --force
0 commit comments