diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78e0ba33..9384a465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,10 +98,3 @@ jobs: run: | source .venv/bin/activate docker build . --target app - - - name: "Ensure documentation can be compiled" - working-directory: repo_name - run: | - source .venv/bin/activate - make doc_requirements - make docs