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

Setup automatic publishing of AsciiDoc documentation and Javadoc #13

Open
janbeernink opened this issue Jan 1, 2021 · 0 comments
Open
Assignees
Labels
documentation Documentation related issues and pull-requests

Comments

@janbeernink
Copy link
Member

Please set up a GitHub action to automatically publish documentation to the gh-pages branch.

For any new tag, in the gh-pages branch:

  • Create a new directory named 'docs/tag', where tag is the name of the tag.
  • Copy the generated AsciiDoc to 'docs/tag'.
  • Copy the generated Javadoc to 'docs/tag/javadoc'.

For any new commit in the develop branch, do the following:

  • Create a new directory named 'docs/snapshot', where snapshot is the snapshot version.
  • Copy the generated AsciiDoc to 'docs/snapshot'.
  • Copy the generated Javadoc to 'docs/snapshot/javadoc'.
@janbeernink janbeernink added the documentation Documentation related issues and pull-requests label Jan 1, 2021
@janbeernink janbeernink self-assigned this Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related issues and pull-requests
Projects
None yet
Development

No branches or pull requests

1 participant