1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 17:26:12 +01:00
This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-12-24 12:12:05 +01:00
parent 456f3e8773
commit ddc0f3ddf7

View File

@ -33,3 +33,17 @@ R 3:
- '*.Rcheck/*.Rout' - '*.Rcheck/*.Rout'
name: 'Rcheck log' name: 'Rcheck log'
expire_in: '1 month' expire_in: '1 month'
before_script:
image: debian:buster-slim
script:
- apt-get update && apt-get -y install pandoc r-base
- Rscript -e "install.packages('pkgdown', repos = 'http://cran.rstudio.com')"
pages:
- R -e "pkgdown::build_site()"
artifacts:
paths:
- public
only:
- master