Skip to content
Snippets Groups Projects
Commit cd49efc9 authored by gnzlbg's avatar gnzlbg
Browse files

Fix typo in README; do not generate .nojekyll file in gh-pages branch

parent 5cefa3a2
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ libc = "0.2" ...@@ -33,7 +33,7 @@ libc = "0.2"
crates. crates.
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`. * `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
This feature derives `Debug, `Eq`, `Hash`, and `PartialEq`. This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
## Rust version support ## Rust version support
......
...@@ -62,6 +62,6 @@ set -x ...@@ -62,6 +62,6 @@ set -x
# If we're on travis, not a PR, and on the right branch, publish! # If we're on travis, not a PR, and on the right branch, publish!
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
pip install ghp_import --install-option="--prefix=$HOME/.local" 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 git push -qf "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" gh-pages
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment