Skip to content

Commit 99952a2

Browse files
committed
REL: update publish_docs.sh
[skip ci]
1 parent 4173760 commit 99952a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rm -f .buildinfo
3131
echo '# Commit changes to gh-pages branch'
3232
export version=`git tag | sort | tail -1`
3333
git add *
34-
git commit -am "DOC: update documentation for ${version}" --no-verify
34+
PRE_COMMIT_ALLOW_NO_CONFIG=1 git commit -am "DOC: update documentation for ${version}" --no-verify
3535

3636
if [ $? -ne 0 ] ; then
3737
echo ' failed.'

0 commit comments

Comments
 (0)