Skip to content

Commit 40fceee

Browse files
committed
Fix redirection
1 parent 4eae005 commit 40fceee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
cargo doc --all-features --no-deps &&
4-
echo "<meta http-equiv=refresh content=0;url=os_balloon/index.html>" > target/doc/index.html &&
4+
echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html &&
55
git clone https://github.com/davisp/ghp-import.git &&
66
./ghp-import/ghp_import.py -n \
77
-p \

0 commit comments

Comments
 (0)