changed post-commit hook to build mans only in master

pull/27/head
sobolevn 8 years ago
parent b176040a83
commit 21f8b480b4

@ -4,7 +4,7 @@ set -e
BRANCH_NAME=$(git branch | grep '*' | sed 's/* //')
if [[ "$BRANCH_NAME" == 'develop' ]]; then
if [[ "$BRANCH_NAME" == 'master' ]]; then
# Build new web documentation:
make build-gh-pages
fi

Loading…
Cancel
Save