mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 07:26:13 +01:00
pages
This commit is contained in:
parent
81ca380877
commit
fbba8cb05e
@ -29,7 +29,7 @@ R 3:
|
|||||||
paths:
|
paths:
|
||||||
- '*.Rcheck/*.log'
|
- '*.Rcheck/*.log'
|
||||||
- '*.Rcheck/*.out'
|
- '*.Rcheck/*.out'
|
||||||
- '*.Rcheck/*.fail'
|
# - '*.Rcheck/*.fail'
|
||||||
- '*.Rcheck/*.Rout'
|
- '*.Rcheck/*.Rout'
|
||||||
name: 'Rcheck log'
|
name: 'Rcheck log'
|
||||||
expire_in: '1 month'
|
expire_in: '1 month'
|
||||||
@ -37,7 +37,7 @@ R 3:
|
|||||||
pages:
|
pages:
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get -y install pandoc r-base
|
- apt-get update && apt-get -y install libxml2-dev libssl-dev libcurl4-openssl-dev pandoc r-base
|
||||||
- Rscript -e "install.packages('pkgdown', repos = 'http://cran.rstudio.com')"
|
- Rscript -e "install.packages('pkgdown', repos = 'http://cran.rstudio.com')"
|
||||||
- R -e "pkgdown::build_site()"
|
- R -e "pkgdown::build_site()"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user