nerro / table-layout

a simple and powerful layout manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating javadocs with bash script

nerro opened this issue · comments

Create bash script for automatically deploy javadocs to gh-pages branch.

steps:

  • find latest released version
  • checkout repository to this version
  • build javadocs (found at target/apidocs)
  • copy javadocs into gh-pages branch
  • commit
commented

@me, use /docs folder nstead of using gh-pages branch github documentation.

commented

todo for @me:

  • remove 'gh-pages' branch after testing that content in 'docs' folder works.