-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationDocumentation related issues and pull-requestsDocumentation related issues and pull-requests
Description
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'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationDocumentation related issues and pull-requestsDocumentation related issues and pull-requests