We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-p
ghp-import
1 parent 952ab0e commit 3a583ecCopy full SHA for 3a583ec
ci/github_pages.sh
@@ -6,7 +6,7 @@ BOOK_DIR=book
6
# Only upload the built book to github pages if it's a commit to master
7
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false ]; then
8
mdbook build
9
- ghp-import $BOOK_DIR
+ ghp-import -p $BOOK_DIR
10
else
11
echo Skipping 'mdbook build' because this is not master or this is just a PR.
12
fi
0 commit comments