diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2ac95b..e1330f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,9 +127,10 @@ 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 + echo $file_contents | grep "page_title" || true + page_title_exists=$? - name: Check Diff run: make check-diff