Merge pull request #2999 from mozilla/readthedocs-automation
Add task to trigger ReadTheDocs builds & version update
This commit is contained in:
commit
4cfe5e535d
14
taskcluster/scriptworker-task-readthedocs.yaml
Normal file
14
taskcluster/scriptworker-task-readthedocs.yaml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user