Skip to content

Commit 3a583ec

Browse files
committed
add -p flag to ghp-import so that it pushes
1 parent 952ab0e commit 3a583ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github_pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BOOK_DIR=book
66
# Only upload the built book to github pages if it's a commit to master
77
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false ]; then
88
mdbook build
9-
ghp-import $BOOK_DIR
9+
ghp-import -p $BOOK_DIR
1010
else
1111
echo Skipping 'mdbook build' because this is not master or this is just a PR.
1212
fi

0 commit comments

Comments
 (0)