We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4173760 commit 99952a2Copy full SHA for 99952a2
publish_docs.sh
@@ -31,7 +31,7 @@ rm -f .buildinfo
31
echo '# Commit changes to gh-pages branch'
32
export version=`git tag | sort | tail -1`
33
git add *
34
-git commit -am "DOC: update documentation for ${version}" --no-verify
+PRE_COMMIT_ALLOW_NO_CONFIG=1 git commit -am "DOC: update documentation for ${version}" --no-verify
35
36
if [ $? -ne 0 ] ; then
37
echo ' failed.'
0 commit comments