We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd035bd commit feb53a5Copy full SHA for feb53a5
scripts/javadoc.sh
@@ -8,8 +8,6 @@ git pull && \
8
mvn clean jxr:aggregate javadoc:aggregate && \
9
git checkout gh-pages && \
10
for x in apidocs xref; do rm -r $x && git rm -r $x && mv target/site/$x ./ && git add $x; done && \
11
-cp stylesheets/javadoc-stylesheet.css apidocs/stylesheet.css && \
12
-git add apidocs/stylesheet.css
13
git commit -m "JXR & JavaDoc update" && \
14
git push origin gh-pages && \
15
git checkout master
0 commit comments