Skip to content

Commit

Permalink
fix path to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 20, 2014
1 parent 42b4d7b commit 5fff2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
Expand Up @@ -27,7 +27,7 @@ if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_REPO_SLUG == "grails-plugins/grails-
git clone https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG.git -b gh-pages gh-pages --single-branch > /dev/null
cd gh-pages
git rm -rf .
cp -r ../docs/. ./
cp -r ../docs/manual/. ./
git add *
git commit -a -m "Updating docs for Travis build: https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
git push origin HEAD
Expand Down

0 comments on commit 5fff2d4

Please sign in to comment.