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
|
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false ]; then
|
||||||
mdbook build
|
mdbook build
|
||||||
ghp-import $BOOK_DIR
|
ghp-import $BOOK_DIR
|
||||||
|
else
|
||||||
|
echo Skipping 'mdbook build' because this is not master or this is just a PR.
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue