Skip to content

Commit 44243cc

Browse files
committed
gh-pages: Automatically refresh to hashbrown crate doc
1 parent 454d208 commit 44243cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ matrix:
1212
script: sh ci/tools.sh
1313
- name: "docs"
1414
env: TARGET=x86_64-unknown-linux-gnu
15-
script: cargo -vv doc --features nightly,serde,rayon
15+
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
1618
deploy:
1719
provider: pages
1820
skip-cleanup: true

0 commit comments

Comments
 (0)