make `github_pages.sh` more chatty
This commit is contained in:
parent
aee56ee555
commit
559c2cfc4b
|
|
@ -7,4 +7,6 @@ BOOK_DIR=book
|
|||
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false ]; then
|
||||
mdbook build
|
||||
ghp-import $BOOK_DIR
|
||||
fi
|
||||
else
|
||||
echo Skipping 'mdbook build' because this is not master or this is just a PR.
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue