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 e29b45e commit 508bed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ jobs:
echo $file_contents | grep "page_title123"
exit $?
- name: inject-doc-header-if-dne
if: ${{ steps.pre-process-docs.outcome == 'failure' }}
# if: ${{ steps.pre-process-docs.outcome == 'failure' }}
run: |
echo ${{ steps.pre-process-docs.outcome }}
echo "-------"
broken_doc_file=".work/confluentinc/confluent/docs/resources/confluent_ksql_cluster.md"
if [[ $page_title_exists -neq "0" ]]; then
echo '---
Expand Down

0 comments on commit 508bed1

Please sign in to comment.