c1400d61cb
Add "/" to sphinx dir to to remove the final "html" from path to fix publishing. Also, add "/" to playbooks/publish/publications.yaml. Change-Id: Ie90b3204b2530c30468a28f107f74794235a0921 Depends-On: I0eed5ebf5af8d43f6a105a1fc0dcf1b0a9813dbd
7 lines
187 B
YAML
7 lines
187 B
YAML
- hosts: all
|
|
roles:
|
|
- prepare-infra-docs-for-afs
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_suffix: "/"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|