mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 07:26:13 +01:00
pages
This commit is contained in:
parent
456f3e8773
commit
ddc0f3ddf7
@ -33,3 +33,17 @@ R 3:
|
||||
- '*.Rcheck/*.Rout'
|
||||
name: 'Rcheck log'
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user