Skip to content

Commit 3066648

Browse files
Avoid attempting to deploy docs to ghpages until a proper index is created
1 parent f2878ea commit 3066648

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ script:
3939
- sudo env "PATH=$PATH" cargo test
4040
- cargo doc --workspace --quiet --all-features --no-deps --target-dir=target/html/code
4141

42-
deploy:
43-
provider: pages
44-
skip-cleanup: true
45-
github-token: $GITHUB_PAGES_TOKEN
46-
local-dir: target/html
47-
keep-history: false
48-
verbose: true
49-
on:
50-
branch: master
51-
5242
after_success:
5343
- |
5444
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.7.1"
44
description = "A rust wrapper of libproc to get information about running processes - Mac OS X and Linux"
55
authors = ["Andrew Mackenzie <[email protected]>"]
66
repository = "https://github.com/andrewdavidmackenzie/libproc-rs"
7+
documentation = "https://github.com/andrewdavidmackenzie/libproc-rs/README.md"
78
readme = "README.md"
89
license = "MIT"
910
edition = "2018"

0 commit comments

Comments
 (0)