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 cf11eea commit fe8ea8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8ea8e

Please sign in to comment.