project-config/playbooks/sphinx/post-infra.yaml

9 lines
257 B
YAML

- hosts: all
roles:
- role: prepare-infra-docs-for-afs
when: zuul_success | bool
- role: fetch-sphinx-output
sphinx_output_suffix: "/"
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
when: zuul_success | bool