Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit be19e8e

Browse files
committed
Updated documentation and travis build script for gh-pages
1 parent 8dc57a8 commit be19e8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/documentation.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ task docs(dependsOn: [asciidoc]) {
6969
}
7070
}
7171

72-
File ghpages = new File(buildDir, 'docs/manual/index.html')
72+
File ghpages = new File(buildDir, 'docs/index.html')
7373
if (ghpages.exists()) {
7474
ghpages.delete()
7575
}

travis-build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ if [[ -n $TRAVIS_TAG ]] || [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST
5858

5959
fi
6060

61+
cp -r ../build/docs/index.html ./index.html
62+
6163
git commit -a -m "Updating docs for Travis build: https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
6264
git push origin HEAD
6365
cd ..

0 commit comments

Comments
 (0)