Skip to content

Commit

Permalink
testing different travis deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Millikin committed Apr 20, 2018
1 parent d4dd6c3 commit 735ee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy.sh
Expand Up @@ -11,7 +11,7 @@ if [ "$TRAVIS_BRANCH" == "api-docs" ] && [ "$TRAVIS_PHP_VERSION" == "5.6" ] && [
git config --global push.default simple

#clone doc repo
git clone -b master --depth 1 https://github.com/PommeVerte/PommeVerte.github.io.git $TRAVIS_BUILD_DIR/build/PommeVerte.github.io
git clone -b master --depth 1 https://github.com/PommeVerte/PommeVerte.github.io.git $TRAVIS_BUILD_DIR/build/logs/PommeVerte.github.io

#generate docs
$TRAVIS_BUILD_DIR/vendor/bin/apidoc api --interactive=0 $TRAVIS_BUILD_DIR/src/ $TRAVIS_BUILD_DIR/build/logs/PommeVerte.github.io/gremlin-php/
Expand Down

0 comments on commit 735ee95

Please sign in to comment.