diff --git a/otc_metadata/templates/zuul.yaml.j2 b/otc_metadata/templates/zuul.yaml.j2 index 3b8ad364..f0f61120 100644 --- a/otc_metadata/templates/zuul.yaml.j2 +++ b/otc_metadata/templates/zuul.yaml.j2 @@ -7,7 +7,7 @@ vars: sphinx_pdf_files: {%- for doc in docs %} - {%- if doc.pdf_name %} + {%- if doc.pdf_enabled %} - {{ service_type }}-{{ doc.type }}.pdf {%- endif %} {%- endfor %}