From 4da82a4c0dfa425de8c982c2979723313324f472 Mon Sep 17 00:00:00 2001 From: Marcos Lozano Romero Date: Thu, 16 Jul 2026 16:31:05 +0200 Subject: [PATCH] Remove documentation generation from CI workflow Removed the documentation generation step from CI workflow. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b4ead71..e5ecd4ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,6 @@ jobs: run: | pip install python-dotenv python scripts/check_snippet_coverage.py - - - name: Generate Documentation - run: | - make docs - name: Lint and format check with Ruff run: |