The goal of rPackagesRte is to build static site to display informations
about R packages
manage by rte-antares-rpackage
oranisation
rmarkdown::render_site()
# First switch to the gh-pages branch
git checkout gh-pages
# Next checkout the specific file you wish to add to the gh-pages branch
git checkout master -- _site/
# Perfom the commit
git commit -m "Updated index.html from master"
# And push
git push