Details
-
Improvement
-
Status: Closed
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
I have figured out how to publish a site on Github for our project (in the ghpages branch) using sbt plugins. I have also seen a project use a Github branch as a repository.
We should utilize this to host automated, nightly builds of our jars so the Spark Kernel is more accessible.
Steps to implement:
- [ ] System to publish locally a nightly snapshot labelled YYYY-MM-DD-NIGHTLY
- [ ] Updated gh-pages publish to append any missing nightly snapshots to nightly/ directory
- [ ] Separate branch for nightly published releases (may be easier than gh-pages method)