make github_pages.sh more chatty

This commit is contained in:
Niko Matsakis 2018-01-23 10:50:15 -05:00
parent 33893a8d5b
commit 016260eaf2

View file

@ -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