Skip to content

Commit 04a295d

Browse files
committed
ci: Fix filepath for uploading docs
1 parent fad8d00 commit 04a295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
1010
# on tagged builds, $TRAVIS_BRANCH is the tag (e.g. v1.2.3), otherwise it's the branch name (e.g. master)
1111
rm -rf docs/$TRAVIS_BRANCH
1212
mkdir -p docs/$TRAVIS_BRANCH
13-
cp -rf ../library/javaDoc/release/* docs/$TRAVIS_BRANCH
13+
cp -rf ../library/build/docs/javadoc/* docs/$TRAVIS_BRANCH
1414
../.utility/generate_index_html.sh > index.html
1515

1616
# update the latest/ symlink

0 commit comments

Comments
 (0)