e021ccb5ef
The publication job looks in doc/build/html but we're writing it to publish/. Update the location ... and also add a success-url to the job so we can verify the content. Change-Id: I44de36fcac19a754ec107554b7a300dacd62aa3a
7 lines
212 B
YAML
7 lines
212 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html"
|
|
zuul_executor_dest: "{{ zuul.executor.log_root }}"
|
|
when: zuul_success | bool
|