We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae219 commit 788823eCopy full SHA for 788823e
.github/workflows/mkdocs-deploy.yml
@@ -20,6 +20,6 @@ jobs:
20
with:
21
python-version: "3.11"
22
- name: Install Dependencies
23
- run: pip install .
+ run: poetry install --no-root
24
- name: Deploy docs
25
- run: mkdocs gh-deploy --force --verbose
+ run: poetry run mkdocs gh-deploy --force --verbose
0 commit comments