Skip to content

Commit 33c2b4c

Browse files
committed
make github_pages.sh more chatty
1 parent 6792c63 commit 33c2b4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/github_pages.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ BOOK_DIR=book
77
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false ]; then
88
mdbook build
99
ghp-import $BOOK_DIR
10-
fi
10+
else
11+
echo Skipping 'mdbook build' because this is not master or this is just a PR.
12+
fi

0 commit comments

Comments
 (0)