Add root-marker to publish-openstack-sphinx-docs-direct
We need a .root-marker in our docs directory for ensure we publish to AFS properly. Without it, nothing will happen. Change-Id: I138d0dd0e3572a5d4a5db1be17a8e54d2ed357e7 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
4b5a512313
commit
1b0a572d3c
@ -1,6 +1,9 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-tox-output
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "src/{{ zuul.project.canonical_name }}/doc/build/html"
|
||||
when: zuul_success | bool
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "src/{{ zuul.project.canonical_name }}/doc/build/html/"
|
||||
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
||||
|
Loading…
Reference in New Issue
Block a user