Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and publish Javadoc to GitHub Pages using Travis CI #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

filips123
Copy link

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.

@Chew
Copy link

Chew commented Jul 16, 2020

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

@filips123
Copy link
Author

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

@Chew
Copy link

Chew commented Jul 17, 2020

Ah makes sense, carry on then!

@nschmeller
Copy link

This should get merged in, it seems super useful!

Copy link

@limwa limwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I have found a typo. Other than that, looks good to me. Thank you for contributing.

.travis.yml Outdated Show resolved Hide resolved
@Andre601
Copy link

Andre601 commented Mar 8, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Suggestion] Host javadocs online
5 participants