diff --git a/playbooks/deploy-guide/post.yaml b/playbooks/build-install-guide/post.yaml similarity index 51% rename from playbooks/deploy-guide/post.yaml rename to playbooks/build-install-guide/post.yaml index 4ab00985..461395a0 100644 --- a/playbooks/deploy-guide/post.yaml +++ b/playbooks/build-install-guide/post.yaml @@ -2,4 +2,4 @@ roles: - role: fetch-tox-output - role: fetch-sphinx-output - sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html" + sphinx_output_src: "{{ zuul.project.src_dir }}/install-guide/build/html" diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index fc6c03ce..3e545c0f 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -544,7 +544,7 @@ description: | Build install-guide document. success-url: html/ - post-run: playbooks/build-deploy-guide/post.yaml + post-run: playbooks/build-install-guide/post.yaml timeout: 1800 vars: tox_envlist: install-guide