Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix dokka release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-szotyori committed Aug 13, 2021
1 parent 9d2e333 commit 8f83bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ginivision/src/doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Table of contents
.. toctree::
:maxdepth: 2

Gini Vision Javadoc <http://developer.gini.net/gini-vision-lib-android/ginivision/index.html>
Gini Vision Javadoc <http://developer.gini.net/gini-vision-lib-android/ginivision/dokka/index.html>
Network Library Javadoc <http://developer.gini.net/gini-vision-lib-android/network/javadoc/index.html>
Accounting Network Library Javadoc <http://developer.gini.net/gini-vision-lib-android/accounting/network/javadoc/index.html>
customization-guide
Expand Down
5 changes: 3 additions & 2 deletions scripts/release-javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ git_password=$2
rm -rf gh-pages
git clone -b gh-pages https://"$git_user":"$git_password"@github.com/gini/gini-vision-lib-android.git gh-pages

rm -rf gh-pages/ginivision
rm -rf gh-pages/ginivision/dokka
rm -rf gh-pages/network/javadoc
rm -rf gh-pages/accounting/network/javadoc
mkdir -p gh-pages/ginivision
mkdir -p gh-pages/network
mkdir -p gh-pages/accounting/network
cp -a ginivision/build/dokka/ gh-pages
cp -a ginivision/build/dokka gh-pages/ginivision/
cp -a ginivision-network/build/docs/javadoc gh-pages/network/
cp -a ginivision-accounting-network/build/docs/javadoc gh-pages/accounting/network/
cd gh-pages
Expand Down

0 comments on commit 8f83bf2

Please sign in to comment.