jepusto / lmeInfo

Information matrices for fitted nlme::lme and nlme::gls models
https://jepusto.github.io/lmeInfo/
4 stars 2 forks source link

Build pkgdown website using Github Actions #31

Closed jepusto closed 4 years ago

jepusto commented 4 years ago

Consider using Github Actions to build the pkgdown website. Read more about this here:

manchen07 commented 4 years ago

I tweaked the pkgdown.yaml based on the following source:

They did not point out that we need to add a default cran mirror when installing the remotes packages: install.packages('remotes', repos = "http://cran.us.r-project.org")

The pkgdown using Github Actions is working now. Could you please go to Settings and change the source of GitHub Pages to gh-pages branch? Thanks!

jepusto commented 4 years ago

Done. It looks like it deployed. Does this mean we can remove the /docs folder from the master branch?