Merge pull request #2999 from mozilla/readthedocs-automation

Add task to trigger ReadTheDocs builds & version update
This commit is contained in:
Reuben Morais 2020-05-18 21:05:58 +02:00 committed by GitHub
commit 4cfe5e535d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,14 @@
build:
template_file: simple-task.tyml
dependencies:
# Make sure everything else is ready
- "scriptworker-task-github"
allowed:
- "tag"
ref_match: "refs/tags/"
upload_targets:
- "readthedocs"
artifacts_deps: []
metadata:
name: "DeepSpeech ReadTheDocs build & version update"
description: "Trigger building of new version on ReadTheDocs and update default version"