Compare commits

..

1 Commits

Author SHA1 Message Date
52c9a4c753 adding cloud connect service
All checks were successful
gl/check check status: success (52c9a4c75347bec7031662513c8a77832bd99b3e)
gl/gate gate status: success (52c9a4c75347bec7031662513c8a77832bd99b3e)
2025-01-13 21:51:53 +00:00

View File

@ -107,6 +107,7 @@ commands =
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
{%- endif %}
{% if doc.pdf_enabled -%}
# PDF version
[testenv:{{ doc.type }}-pdf-docs]
deps = {[testenv:docs]deps}
@ -125,6 +126,7 @@ commands =
make -C {{ loc }}/build/pdf
mkdir -p doc/build/pdf
cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
{% endif %}
{% endfor %}
[testenv:bindeps]