Skip to content
This repository was archived by the owner on Oct 23, 2021. It is now read-only.

Commit a6f5536

Browse files
author
Bill Phillips
committed
Update doc deployment script.
1 parent 625ffa1 commit a6f5536

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rebuild_github_javadocs.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ JAVADOCS=recyclerview-multiselect/build/docs/javadoc
88
TEMP_FOLDER=/tmp/$(basename $JAVADOCS).$$.tmp
99

1010
rm -rf $TEMP_FOLDER
11+
mkdir $TEMP_FOLDER
1112

1213
echo 'Building javadocs...'
1314

1415
./gradlew generateReleaseJavadoc
1516

16-
mv $JAVADOCS $TEMP_FOLDER
17+
pandoc README.md -o $TEMP_FOLDER/index.html
18+
19+
mv $JAVADOCS $TEMP_FOLDER/javadocs
1720

1821
echo "Switching to $PUBLISH_BRANCH..."
1922

0 commit comments

Comments
 (0)