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.
1 parent 3066648 commit 9243f32Copy full SHA for 9243f32
.travis.yml
@@ -37,7 +37,17 @@ matrix:
37
script:
38
- cargo clippy --all --all-targets --all-features -- -D warnings
39
- sudo env "PATH=$PATH" cargo test
40
- - cargo doc --workspace --quiet --all-features --no-deps --target-dir=target/html/code
+ - cargo doc --workspace --quiet --all-features --no-deps --target-dir=target
41
+
42
+deploy:
43
+ provider: pages
44
+ skip-cleanup: true
45
+ github-token: $GITHUB_PAGES_TOKEN
46
+ local-dir: target/doc/libproc/
47
+ keep-history: false
48
+ verbose: true
49
+ on:
50
+ branch: master
51
52
after_success:
53
- |
0 commit comments