Skip to content

Commit 06462fb

Browse files
committed
#154 : PHPDocumentor on GH-Pages
1 parent 9aec521 commit 06462fb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis_shell_after_success.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ if [ "$TRAVIS_REPO_SLUG" == "PHPOffice/PHPWord" ] && [ "$TRAVIS_PULL_REQUEST" ==
2222
git rm -rf ./docs/$TRAVIS_BRANCH
2323

2424
echo "--DEBUG : Dossier"
25-
mkdir coverage
26-
cd coverage
27-
mkdir $TRAVIS_BRANCH
28-
cd ..
29-
mkdir docs
30-
cd docs
31-
mkdir $TRAVIS_BRANCH
32-
cd ..
25+
mkdir -p docs/$TRAVIS_BRANCH
26+
mkdir -p coverage/$TRAVIS_BRANCH
3327

3428
echo "--DEBUG : Copie"
3529
cp -Rf $HOME/docs-latest/* ./docs/$TRAVIS_BRANCH/

0 commit comments

Comments
 (0)