frmunoz / ecolottery

R package ecolottery
GNU General Public License v3.0
15 stars 4 forks source link

Enable pkgdown website #14

Closed Rekyt closed 4 years ago

Rekyt commented 4 years ago

With this PR I've added everything to get a functional website at https://frmunoz.github.io/ecolottery/ but for it to work what is needed is that @frmunoz adds the deploy key to both its GitHub and Travis account as specified on the pkgown website. The easiest way to do this is to use the travis R package using the following command:

travis::use_travis_deploy()

I've already created an empty gh-pages branch ;)