
Publishing to a top-level directory has a few challenges with some new infra scripts. Let's keep those simple and change from publish-docs to publish-docs/html. Depends-On: https://review.opendev.org/676489 Change-Id: I94b7bf915c0fdad0e9e2f5dd81846f45dc99194a
6 lines
122 B
YAML
6 lines
122 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_build_dir: 'publish-docs'
|