Merge pull request #1878 from koreader/houqp-master

doc: add new files in travis doc push
pull/1879/head
Huang Xin 8 years ago
commit fefd89013d

@ -31,6 +31,7 @@ if [ ${TRAVIS_PULL_REQUEST} = false ] && [ ${TRAVIS_BRANCH} = 'master' ]; then
cp -r doc/html/* koreader_doc/
pushd koreader_doc
git add .
echo -e "\n${ANSI_GREEN}Pusing document update..."
git -c user.name="KOReader build bot" -c user.email="non-reply@koreader.rocks" \
commit -a --amend -m 'Automated documentation build from travis-ci.'

Loading…
Cancel
Save