ead78fed13
It's really easy to trigger a build on readthedocs. It doesn't even need a node, since it's just a single POST. Change-Id: I8c576c7a26ab123bd70f7a025d8a49a5cb3e2432
7 lines
177 B
YAML
7 lines
177 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Trigger readthedocs build URI
|
|
uri:
|
|
method: POST
|
|
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
|