Skip to content

Commit ccf8eb7

Browse files
committed
ci: Fix path to generated docs
1 parent 31ac747 commit ccf8eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/push-javadoc-to-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
88
# on tagged builds, $TRAVIS_BRANCH is the tag (e.g. v1.2.3), otherwise it's the branch name (e.g. master)
99
rm -rf docs/$TRAVIS_BRANCH
1010
mkdir -p docs/$TRAVIS_BRANCH
11-
cp -rf ../target/apidocs/* docs/$TRAVIS_BRANCH
11+
cp -rf ../target/site/apidocs/* docs/$TRAVIS_BRANCH
1212
../.build/generate-index-html.sh > index.html
1313

1414
git add -f .

0 commit comments

Comments
 (0)