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 b791b8b commit d2570bdCopy full SHA for d2570bd
.ci/travis-publish-docs.sh
@@ -23,7 +23,7 @@ PACKAGE_VERSION=$(python ".ci/package-version.py")
23
REPO=$(git config remote.origin.url)
24
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
25
COMMITISH=$(git rev-parse --verify HEAD)
26
-AUTHOR=$(git show --format="%aN <%aE>" "${COMMITISH}")
+AUTHOR=$(git show --quiet --format="%aN <%aE>" "${COMMITISH}")
27
28
git clone "${REPO}" docs/gh-pages
29
cd docs/gh-pages
0 commit comments