diff --git a/.github/workflows/sphinx-docs.yml b/.github/workflows/sphinx-docs.yml index 000c8557..3e482c77 100644 --- a/.github/workflows/sphinx-docs.yml +++ b/.github/workflows/sphinx-docs.yml @@ -47,7 +47,7 @@ jobs: - name: Install dependencies run: | - poetry install --with doc + poetry install --with docs - name: Sphinx build run: |