From 9b6e30bd43a5525b8d4b7095a51e93736de35bf0 Mon Sep 17 00:00:00 2001 From: AbhinavOhri Date: Tue, 16 Apr 2024 18:41:07 +0530 Subject: [PATCH] Removing debugging statement --- .github/workflows/build-docs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 0574b5f8f09..9cff8489203 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -66,10 +66,6 @@ jobs: id: docs_check continue-on-error: true - - name: Print Exit code - run: | - echo "Exit code of 'docs_check': ${{ steps.docs_check.outcome}}" - - name: Setup environment uses: conda-incubator/setup-miniconda@v2 with: