zuul-website/roles/build-site/README.rst
James E. Blair 66643f2e05 Merge zuul-website-media when publishing site
The protected attribute is removed so these jobs can also be run
in the zuul-website-media project.  The parent job retains an
allowed-project setting which accomplishes the same thing.

Depends-On: https://review.openstack.org/561747
Change-Id: Ifc310307632d3388b5ff8bdedd7e8153406d69d6
2018-04-17 07:50:24 -07:00

21 lines
522 B
ReStructuredText

Build the Zuul website
The Zuul website is currently static, however, if it later is built
by a static site generator, or otherwise needs pre-processing,
this role should perform that.
Right now, it just copies files from the zuul-website and
zuul-website-media repos.
**Role Variables**
.. zuul:rolevar:: output_dir
:default: {{ zuul_work_dir }}/html
The destination directory.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
The location of the main working directory of the job.