We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f60e5c commit 7bf95bcCopy full SHA for 7bf95bc
.github/workflows/ci.yml
@@ -59,5 +59,5 @@ jobs:
59
git remote set-url origin ${REMOTE}
60
61
- run: |
62
- mkdocs gh-deploy --force
63
- mkdocs --version
+ poetry run mkdocs gh-deploy --force
+ poetry run mkdocs --version
0 commit comments