From fe8ea8efc7e92d7f42b3f9512f25e357f3dfcfc2 Mon Sep 17 00:00:00 2001 From: I534922 Date: Thu, 21 Sep 2023 11:52:39 -0700 Subject: [PATCH] debug --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afc1489..5493980 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,8 @@ jobs: make generate > /dev/null || true - name: pre-process-docs run: | - cat .work/confluentinc/confluent/docs/resources/confluent_ksql_cluster.md | grep "page_title"; page_title_exists=$? + cat .work/confluentinc/confluent/docs/resources/confluent_ksql_cluster.md | grep "page_title" + page_title_exists=$? if [[ $page_title_exists -neq "0" ]]; then @echo '--- # generated by https://github.com/hashicorp/terraform-plugin-docs