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.
2 parents 43125fb + 0159c61 commit 8be376fCopy full SHA for 8be376f
.github/workflows/publish-mkdocs.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Install Poetry
29
uses: snok/install-poetry@v1
30
- run: poetry --version
31
- - run: poetry install --no-interaction --with docs
+ - run: poetry install --no-interaction --all-extras --with docs
32
- run: mkdocs gh-deploy --force
0 commit comments