We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d66e69 commit 76a25d4Copy full SHA for 76a25d4
1 file changed
.travis.yml
@@ -41,16 +41,19 @@ deploy:
41
- provider: script
42
script: tools/cd.sh travis-${TRAVIS_BUILD_NUMBER}
43
on:
44
+ repo: chakki-works/doccano
45
branch: master
46
47
48
script: tools/cd.sh ${TRAVIS_TAG}
49
50
51
tags: true
52
53
- provider: pages
54
skip_cleanup: true
55
github_token: $GITHUB_TOKEN
56
local_dir: site
57
58
59
0 commit comments