project-config/playbooks/publish/static-tox-docs.yaml
Andreas Jaeger d7f103f964 Use tox-docs for governance-tc publishing
Publish using tox-docs instead of using sphinx directly.

Change-Id: If409fc54eb6777e63e3998e513ff1120d23cefca
Depends-On: https://review.openstack.org/608442
2018-10-10 20:21:12 +02:00

13 lines
319 B
YAML

- hosts: localhost
roles:
- add-fileserver
- hosts: "{{ fileserver.fqdn }}"
gather_facts: False
tasks:
- name: Upload docs to static site
synchronize:
src: "{{ zuul.executor.work_root }}/artifacts/"
dest: "{{ fileserver.path }}/{{ static_target }}/"
when: zuul_success | bool