diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bd82cc..2adf83d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,6 +130,7 @@ jobs: broken_doc_file=".work/confluentinc/confluent/docs/resources/confluent_ksql_cluster.md" file_contents=$(cat $broken_doc_file) echo $file_contents | grep "page_title123" + exit $? - name: inject-doc-header-if-dne if: ${{ steps.pre-process-docs.outcome == 'failure' }} run: |