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.
2 parents 083eb97 + 023e611 commit a8fb2f3Copy full SHA for a8fb2f3
.travis.yml
@@ -9,6 +9,7 @@ rust:
9
script:
10
- cargo build --verbose --all
11
- cargo test --verbose --all
12
+ - cargo doc --no-deps --all
13
14
env:
15
# This is used to only capture the regular nightly test in allow_failures
@@ -64,3 +65,13 @@ matrix:
64
65
allow_failures:
66
- rust: nightly
67
env: REGULAR_TEST=true
68
+
69
+deploy:
70
+ provider: pages
71
+ repo: RustPython/website
72
+ local-dir: target/doc
73
+ skip-cleanup: true
74
+ github-token: $WEBSITE_GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
75
+ keep-history: true
76
+ on:
77
+ branch: master
0 commit comments