We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7caab commit 27e135cCopy full SHA for 27e135c
docs/publish.sh
@@ -18,7 +18,7 @@ if [ "$TRAVIS_REPO_SLUG" == "watson-developer-cloud/python-sdk" ] && [ "$TRAVIS_
18
# on tagged builds, $TRAVIS_BRANCH is the tag (e.g. v1.2.3), otherwise it's the branch name (e.g. master)
19
rm -rf $TRAVIS_BRANCH
20
mkdir $TRAVIS_BRANCH
21
- cp -Rf ../_build/html/ ./$TRAVIS_BRANCH
+ cp -Rf ../_build/html/ ./$TRAVIS_BRANCH/
22
../generate_index_html.sh > index.html
23
24
git add -f .
0 commit comments