From 9b358b127c2e87c01046f049bb8f6ecc8a23433e Mon Sep 17 00:00:00 2001 From: I534922 Date: Thu, 21 Sep 2023 13:50:19 -0700 Subject: [PATCH] debug --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 806a961..c2ac95b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,9 +127,9 @@ jobs: - name: pre-process-docs run: | broken_doc_file=".work/confluentinc/confluent/docs/resources/confluent_ksql_cluster.md" - file_contents=$(cat $broken_doc_file) - echo $file_contents | grep "page_title" - page_title_exists=$? +# file_contents=$(cat $broken_doc_file) +# echo $file_contents | grep "page_title" +# page_title_exists=$? - name: Check Diff run: make check-diff