diff --git a/.github/workflows/generate-crd.yml b/.github/workflows/generate-crd.yml index 175a91956..56fccc7fb 100644 --- a/.github/workflows/generate-crd.yml +++ b/.github/workflows/generate-crd.yml @@ -50,7 +50,7 @@ jobs: --source-path=./redpanda/operator/api/redpanda/v1alpha2 \ --max-depth=10 \ --templates-dir=./redpanda-docs/.github/crd-config/templates/asciidoctor/operator \ - --config=./redpanda-docs/.github/crd-config/config.yaml \ + --config=./redpanda/operator/crd-ref-docs-config.yaml \ --renderer=asciidoctor \ --output-path=./redpanda-docs/modules/reference/pages/k-crd.adoc # Check for any changes made in the documentation.