brigadier icon indicating copy to clipboard operation
brigadier copied to clipboard

Build and publish Javadoc to GitHub Pages using Travis CI

Open filips123 opened this issue 5 years ago • 5 comments

This builds and publishes Javadoc to GitHub Pages using Travis CI and closes #53.

Documentation will be built for every commit on master branch and automatically published to GitHub Pages of this repository. I deployed example version for my repository here.

To make this work, you will need to add GITHUB_TOKEN environment variable in Travis CI to make publishing to gh-pages branch work.

filips123 avatar Jul 05 '20 18:07 filips123

Could this be possible with GH Actions instead of a 3rd party service?

Chew avatar Jul 16 '20 23:07 Chew

Yes. But I used Travis CI because it is already used for some other building and testing.

filips123 avatar Jul 17 '20 08:07 filips123

Ah makes sense, carry on then!

Chew avatar Jul 17 '20 17:07 Chew

This should get merged in, it seems super useful!

nschmeller avatar Nov 18 '20 21:11 nschmeller

A question I'm sure maintainers would ask: Is a setup of Travic required for this to work? If yes should it be considered to better use GitHub Actions rather than Travis. Otherwise, could it be used I guess...

Andre601 avatar Mar 08 '21 02:03 Andre601