mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 17:26:12 +01:00
pages
This commit is contained in:
parent
456f3e8773
commit
ddc0f3ddf7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user