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 86e7185 commit 9b358b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b358b1

Please sign in to comment.