We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6df2a51 + 5e41bf2 commit 6ebf7f4Copy full SHA for 6ebf7f4
1 file changed
.github/workflows/deploy_mkdocs.yml
@@ -27,5 +27,6 @@ jobs:
27
path: .cache
28
restore-keys: |
29
mkdocs-material-
30
+ - run: pip install poetry
31
- run: poetry install --only docs
- - run: mkdocs gh-deploy --force
32
+ - run: poetry run mkdocs gh-deploy --force
0 commit comments