Fix publish jobs
Add missing "/" to html so that we really publish to https://developer.openstack.org/api-ref/baremetal/ instead of as currently to https://developer.openstack.org/api-ref/baremetal/html/ Change-Id: Ifc98774a5e72deec9a7db7600781fcd933cef76f
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-guide/build/html"
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/api-guide/build/html"
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/api-guide/build/html/"
|
||||
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
||||
|
||||
- hosts: localhost
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-ref/build/html"
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/api-ref/build/html"
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/api-ref/build/html/"
|
||||
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
||||
|
||||
- hosts: localhost
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "src/{{ zuul.project.canonical_name }}/doc/build/html"
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html"
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html/"
|
||||
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
||||
|
||||
- hosts: localhost
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "src/{{ zuul.project.canonical_name }}/deploy-guide/build/html"
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html"
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html/"
|
||||
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
||||
|
||||
- hosts: localhost
|
||||
|
||||
Reference in New Issue
Block a user