Skip to content

Commit 7ce488e

Browse files
committed
ci: Cope with old git on Travis
1 parent b61567d commit 7ce488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if git diff --quiet --exit-code; then
4949
exit 0
5050
fi
5151

52-
git add .
52+
git add --all .
5353
git commit -m "Automatic documentation update" --author="${AUTHOR}"
5454

5555
set +x

0 commit comments

Comments
 (0)