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 b938b66 commit 86fc1f8Copy full SHA for 86fc1f8
jsdoc/publish.sh
@@ -29,7 +29,8 @@ if [ "$TRAVIS_REPO_SLUG" == "watson-developer-cloud/node-sdk" ] && [ "$TRAVIS_PU
29
# generate an incdex file listing all of the versions
30
../jsdoc/generate_index_html.sh > index.html
31
32
- git add -f .
+ # add all changes to git, including deleted files
33
+ git add -f -A .
34
git commit -m "JSDdoc for $TRAVIS_BRANCH ($TRAVIS_COMMIT)"
35
git push -fq origin gh-pages > /dev/null
36
0 commit comments