summaryrefslogtreecommitdiff
path: root/ci/dox.sh
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-21 08:46:25 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-21 08:46:25 +0100
commitcd49efc997f2aa513e4021130b00f89d9434acdb (patch)
tree5e7faa1d0ca7f27310f841aa31181b916b2fd136 /ci/dox.sh
parent5cefa3a2c364f75fd903af0c78b94136ea86d9ee (diff)
downloadrust-libc-cd49efc997f2aa513e4021130b00f89d9434acdb.tar.gz
Fix typo in README; do not generate .nojekyll file in gh-pages branch
Diffstat (limited to 'ci/dox.sh')
-rw-r--r--ci/dox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/dox.sh b/ci/dox.sh
index 6c0f1a0c64..da996604b4 100644
--- a/ci/dox.sh
+++ b/ci/dox.sh
@@ -62,6 +62,6 @@ set -x
# If we're on travis, not a PR, and on the right branch, publish!
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
pip install ghp_import --install-option="--prefix=$HOME/.local"
- "${HOME}/.local/bin/ghp-import" -n $TARGET_DOC_DIR
+ "${HOME}/.local/bin/ghp-import" $TARGET_DOC_DIR
git push -qf "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" gh-pages
fi