Skip to content

Commit

Permalink
feat: re-enabled javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jun 26, 2024
1 parent b2738a2 commit 414f82c
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 @@ -89,10 +89,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.31
mvn clean javadoc:aggregate
mv target/site/apidocs/ ../public/javadocs/3.2.x/

cd ../

Expand Down

0 comments on commit 414f82c

Please sign in to comment.