zuul-jobs/playbooks/python/readthedocs.yaml

8 lines
207 B
YAML

- hosts: localhost
tasks:
- name: Trigger readthedocs build URI
uri:
method: POST
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
follow_redirects: all