Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylevin committed Sep 21, 2023
1 parent 9b358b1 commit 677966f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 677966f

Please sign in to comment.