Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 18829ef

Browse files
author
Jens Schulze
committed
Merge branch 'hotfix/github_pages'
2 parents d5a7ba1 + c807eb1 commit 18829ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push-docs-to-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if [ $(phpenv version-name) = "5.6" ] ; then ant apigen; fi
1212

13-
if [ "$TRAVIS_REPO_SLUG" == "sphereio/commercetools-php-sdk" ] && [ $(phpenv version-name) = "5.5" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && ( [ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == `git describe --tags --always HEAD` ] ); then
13+
if [ "$TRAVIS_REPO_SLUG" == "sphereio/commercetools-php-sdk" ] && [ $(phpenv version-name) = "5.6" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && ( [ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == `git describe --tags --always HEAD` ] ); then
1414
echo -e "Publishing documentation to gh-pages branch ...\n"
1515

1616
cp -R build/docs $HOME/phpdoc-current

0 commit comments

Comments
 (0)