mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
doc: use git add -A to pick up deleted files in travis
This commit is contained in:
@@ -31,7 +31,7 @@ if [ ${TRAVIS_PULL_REQUEST} = false ] && [ ${TRAVIS_BRANCH} = 'master' ]; then
|
||||
cp -r doc/html/* koreader_doc/
|
||||
pushd koreader_doc
|
||||
|
||||
git add .
|
||||
git add -A
|
||||
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.'
|
||||
|
||||
Reference in New Issue
Block a user