We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454d208 commit 44243ccCopy full SHA for 44243cc
.travis.yml
@@ -12,7 +12,9 @@ matrix:
12
script: sh ci/tools.sh
13
- name: "docs"
14
env: TARGET=x86_64-unknown-linux-gnu
15
- script: cargo -vv doc --features nightly,serde,rayon
+ script:
16
+ - cargo -vv doc --features nightly,serde,rayon
17
+ - echo '<meta http-equiv=refresh content=0;url=hashbrown/index.html>' > target/doc/index.html
18
deploy:
19
provider: pages
20
skip-cleanup: true
0 commit comments