stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

Automatically update Javadoc with GitHub Actions #873

Open ayvacs opened 8 months ago

ayvacs commented 8 months ago

Judging on commit history, the Javadoc was last updated four years ago. It's over 300 commits behind.

You can use Deploy Publish Javadoc to automatically build and publish the Javadoc to GitHub Pages whenever a commit is made to the master branch. It's very easy to set up and configure.

stleary commented 8 months ago

@ayvacs Thanks for the reminder. I checked out https://github.com/MathieuSoysal/Javadoc-publisher.yml and it does not appear to be widely used at this time. Instead, I added javadoc publishing instructions to the release instructions in the Wiki.