diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c04ed06d..07c95398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,8 @@ jobs: - name: Install dependencies and generate docs run: | pip install poetry + ls + git status poetry install poetry run python docs_src/generate_docs.py