File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# PermissionsDispatcher [ ![ Build Status] ( https://travis-ci.org/permissions-dispatcher/PermissionsDispatcher.svg?branch=master )] ( https://travis-ci.org/permissions-dispatcher/PermissionsDispatcher )
22
3- - [ ** Kotlin support** ] ( https://github.com/hotchemi/PermissionsDispatcher/blob/master/doc/kotlin_support .md )
3+ - [ ** Kotlin support** ] ( https://github.com/hotchemi/PermissionsDispatcher/blob/master/doc/kotlin_usage .md )
44- [ ** Special Permissions support** ] ( https://github.com/hotchemi/PermissionsDispatcher/blob/master/doc/special_permissions.md )
55- ** 100% reflection-free**
66
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ commit_and_push_changes() {
1414 && git push --quiet --force " ${repoUrl} " " $1 "
1515}
1616
17- if [ " $TRAVIS_BRANCH " != " master" ] || [ " $TRAVIS_PULL_REQUEST " != " false" ]; then
18- echo " Skip updating gitbook: branch is not master or the build was triggered by pull request."
19- exit 0;
17+ if [[ " $TRAVIS_BRANCH " != " master" ]] || [[ " $TRAVIS_PULL_REQUEST " != " false" ] ]; then
18+ echo " Skip updating gitbook: branch is not master or build was triggered by pull request."
19+ exit 0
2020fi
2121
2222echo " Decrypt deploy key"
@@ -39,7 +39,7 @@ echo "Build HTML"
3939gitbook build
4040
4141echo " Copy files"
42- cp -Rf " ${distDir} /doc" * " ${distDir} /gitbook" * " ${distDir} /* .html" " ${distDir} /search_index.json" " ${repoName} "
42+ cp -Rf " ${distDir} /doc" * " ${distDir} /gitbook" * " ${distDir} /index.html " " ${distDir} /CHANGELOG .html" " ${distDir} /search_index.json" " ${repoName} "
4343
4444echo " Commit and push"
4545cd " ${repoName} "
You can’t perform that action at this time.
0 commit comments