Skip to content

Commit

Permalink
Removed Javadocs of old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Mar 11, 2024
1 parent 5b31594 commit c507107
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@ main() {
git clone https://github.com/orientechnologies/orientdb.git orientdb
cd orientdb

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

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

echo "building javadocs for 3.2.x"
git checkout 3.2.19
mvn clean javadoc:aggregate
Expand Down

0 comments on commit c507107

Please sign in to comment.