Compare commits
1 Commits
79e52debf7
...
e929d4bfe8
Author | SHA1 | Date | |
---|---|---|---|
e929d4bfe8 |
@ -161,7 +161,7 @@ def process_repositories(args, service):
|
|||||||
doc_type = doc["type"]
|
doc_type = doc["type"]
|
||||||
# Collect all PDF files into sphinx_pdf_files var
|
# Collect all PDF files into sphinx_pdf_files var
|
||||||
pdf_name = doc.get('pdf_name')
|
pdf_name = doc.get('pdf_name')
|
||||||
if pdf_name and f"{pdf_name}.pdf" not in sphinx_pdf_files:
|
if pdf_name and pdf_name not in sphinx_pdf_files:
|
||||||
sphinx_pdf_files.append(f"{pdf_name}.pdf")
|
sphinx_pdf_files.append(f"{pdf_name}.pdf")
|
||||||
zuul_config_updated = True
|
zuul_config_updated = True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user