fix publishing of deploy and install guide

Adopt to change to prepare-docs-for-afs.

Change-Id: I708dab3119bb4b167b4ae68eb7fa575fa96e7984
Depends-On: Ib9c28eeea6c369f4ccad50c0672eee4f91b4370a
This commit is contained in:
Andreas Jaeger 2017-10-27 19:38:45 +02:00
parent 0489a96731
commit ca591b8e5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- hosts: all
roles:
- role: prepare-docs-for-afs
doc_build_dir: "{{ zuul_work_dir }}/deploy-guide/build"
doc_toplevel_dir: "deploy-guide"
when: zuul_success | bool
- fetch-tox-output
- role: write-root-marker

View File

@ -1,7 +1,7 @@
- hosts: all
roles:
- role: prepare-docs-for-afs
doc_build_dir: "{{ zuul_work_dir }}/install-guide/build"
doc_toplevel_dir: "install-guide"
when: zuul_success | bool
- fetch-tox-output
- role: write-root-marker