We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d709c commit c65bb71Copy full SHA for c65bb71
src/etc/bin/copy-javadocs.sh
@@ -10,4 +10,4 @@ fi
10
BASE_DIR=$THIS_DIR/../../..
11
12
rm -rf $BASE_DIR/apidocs
13
-cp -rf $BASE_DIR/src/fbjava/target/apidocs $BASE_DIR
+cp -rf $BASE_DIR/src/fbjava/target/site/apidocs $BASE_DIR
0 commit comments