We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61567d commit 7ce488eCopy full SHA for 7ce488e
.ci/travis-build-docs.sh
@@ -49,7 +49,7 @@ if git diff --quiet --exit-code; then
49
exit 0
50
fi
51
52
-git add .
+git add --all .
53
git commit -m "Automatic documentation update" --author="${AUTHOR}"
54
55
set +x
0 commit comments