Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
don't need to overwrite path to index in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aembke committed Mar 24, 2017
1 parent b911d74 commit 2e17d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ after_script:
[ $TRAVIS_PULL_REQUEST = false ] &&
echo "Building docs for GH pages..." &&
grunt docs &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages &&
Expand Down

0 comments on commit 2e17d22

Please sign in to comment.