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.
2 parents f679f3e + 2848b51 commit 18e607fCopy full SHA for 18e607f
.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