#154 : PHPDocumentor on GH-Pages
This commit is contained in:
parent
9aec52168f
commit
06462fbac5
|
|
@ -22,14 +22,8 @@ if [ "$TRAVIS_REPO_SLUG" == "PHPOffice/PHPWord" ] && [ "$TRAVIS_PULL_REQUEST" ==
|
||||||
git rm -rf ./docs/$TRAVIS_BRANCH
|
git rm -rf ./docs/$TRAVIS_BRANCH
|
||||||
|
|
||||||
echo "--DEBUG : Dossier"
|
echo "--DEBUG : Dossier"
|
||||||
mkdir coverage
|
mkdir -p docs/$TRAVIS_BRANCH
|
||||||
cd coverage
|
mkdir -p coverage/$TRAVIS_BRANCH
|
||||||
mkdir $TRAVIS_BRANCH
|
|
||||||
cd ..
|
|
||||||
mkdir docs
|
|
||||||
cd docs
|
|
||||||
mkdir $TRAVIS_BRANCH
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
echo "--DEBUG : Copie"
|
echo "--DEBUG : Copie"
|
||||||
cp -Rf $HOME/docs-latest/* ./docs/$TRAVIS_BRANCH/
|
cp -Rf $HOME/docs-latest/* ./docs/$TRAVIS_BRANCH/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue