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 f8949ac + 128dad3 commit 3578a83Copy full SHA for 3578a83
.travis.yml
@@ -114,8 +114,8 @@ matrix:
114
env: JOB=check-nightly-cli
115
script: cargo check --manifest-path crates/cli/Cargo.toml
116
117
- # Build the guide.
118
- - rust: stable
+ # Build documentation for the gh-pages branch
+ - rust: nightly
119
env: JOB=guide-build-and-deploy
120
cache:
121
- cargo
@@ -125,6 +125,9 @@ matrix:
125
- cargo install-update -a
126
script:
127
- (cd guide && mdbook build)
128
+ - cargo doc -p wasm-bindgen --no-deps
129
+ - cargo doc -p web-sys --no-deps
130
+ - mv target/doc guide/book/api
131
deploy:
132
provider: pages
133
skip-cleanup: true
0 commit comments