There was an error while loading. Please reload this page.
1 parent 28ba664 commit 53723b4Copy full SHA for 53723b4
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
poetry-version: "${{ env.POETRY_VERSION }}"
23
python-version: "${{ env.PYTHON_VERSION }}"
24
- poetry-install-options: "--only docs"
+ poetry-install-options: "--only dev,docs"
25
- name: "Build Documentation"
26
run: "poetry run invoke build-and-check-docs"
27
- name: "Run Poetry Build"
0 commit comments