Skip to content

Commit feb53a5

Browse files
committed
Fix it
1 parent cd035bd commit feb53a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/javadoc.sh

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ git pull && \
88
mvn clean jxr:aggregate javadoc:aggregate && \
99
git checkout gh-pages && \
1010
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
1311
git commit -m "JXR & JavaDoc update" && \
1412
git push origin gh-pages && \
1513
git checkout master

0 commit comments

Comments
 (0)