We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eae005 commit 40fceeeCopy full SHA for 40fceee
ci/travis/deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
cargo doc --all-features --no-deps &&
4
-echo "<meta http-equiv=refresh content=0;url=os_balloon/index.html>" > target/doc/index.html &&
+echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html &&
5
git clone https://github.com/davisp/ghp-import.git &&
6
./ghp-import/ghp_import.py -n \
7
-p \
0 commit comments