Skip to content

Commit cd49efc

Browse files
committed
Fix typo in README; do not generate .nojekyll file in gh-pages branch
1 parent 5cefa3a commit cd49efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = "0.2"
3333
crates.
3434

3535
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
36-
This feature derives `Debug, `Eq`, `Hash`, and `PartialEq`.
36+
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
3737

3838
## Rust version support
3939

ci/dox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ set -x
6262
# If we're on travis, not a PR, and on the right branch, publish!
6363
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
6464
pip install ghp_import --install-option="--prefix=$HOME/.local"
65-
"${HOME}/.local/bin/ghp-import" -n $TARGET_DOC_DIR
65+
"${HOME}/.local/bin/ghp-import" $TARGET_DOC_DIR
6666
git push -qf "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" gh-pages
6767
fi

0 commit comments

Comments
 (0)