Skip to content

Commit

Permalink
Disabled Javadoc Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman authored Mar 11, 2024
1 parent c507107 commit 51219c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ main() {
git clone https://github.com/orientechnologies/orientdb.git orientdb
cd orientdb

echo "building javadocs for 3.2.x"
git checkout 3.2.19
mvn clean javadoc:aggregate
mv target/site/apidocs/ ../public/javadocs/3.2.x/
# echo "building javadocs for 3.2.x"
# git checkout 3.2.19
# mvn clean javadoc:aggregate
# mv target/site/apidocs/ ../public/javadocs/3.2.x/

cd ../

Expand Down

0 comments on commit 51219c6

Please sign in to comment.