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.
1 parent f679f3e commit 2848b51Copy full SHA for 2848b51
.travis.yml
@@ -28,7 +28,7 @@ after_success: |
28
[ $TRAVIS_BRANCH = master ] &&
29
[ $TRAVIS_PULL_REQUEST = false ] &&
30
cargo doc &&
31
- echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
+ echo "<meta http-equiv=refresh content=0;url=coreaudio/index.html>" > target/doc/index.html &&
32
sudo pip install ghp-import &&
33
ghp-import -n target/doc &&
34
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
0 commit comments