From 53aedf7520fd7a2c9dff338994e99c3f92f2cb4e Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Fri, 12 May 2023 16:21:39 +0000 Subject: [PATCH] fixup! Remove attempt at testing docs Filed https://github.com/openedx/edx-cookiecutters/issues/339 for fixing this later. --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) 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