Skip to content
Prev 10302 / 21318 Next

[Bioc-devel] Package reference manuals in html

They are "orphan" branches, so they don't follow the parent. This was the
original protocol for creating project pages on github for the longest
time, you can see an example in the documentation here:
https://help.github.com/articles/creating-project-pages-using-the-command-line/

They are a pain in the butt to work with, for sure. When I've done
deploying vignettes from travis, my solution was to create a separate repo
entirely, and then push from the master to gh-pages, as shown in this shell
script:
https://github.com/rmflight/categoryCompare/blob/master/.push_gh_pages.sh

I'm sure the same could be done using pkgdown.

If you don't like the idea of overwriting, Steph Locke has a guide to
keeping up with changes, but still autodeploying the docs
https://itsalocke.com/auto-deploying-documentation-better-change-tracking-artefacts/

HTH

Robert
On Fri, Dec 23, 2016 at 1:14 PM Laurent Gatto <lg390 at cam.ac.uk> wrote: