make github_pages.sh more chatty
This commit is contained in:
parent
33893a8d5b
commit
016260eaf2
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue