From fbba8cb05efeb43ee94e136bd67880842e42c1f3 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Mon, 24 Dec 2018 13:39:48 +0100 Subject: [PATCH] pages --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54c50d63..64934ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ R 3: paths: - '*.Rcheck/*.log' - '*.Rcheck/*.out' - - '*.Rcheck/*.fail' + # - '*.Rcheck/*.fail' - '*.Rcheck/*.Rout' name: 'Rcheck log' expire_in: '1 month' @@ -37,7 +37,7 @@ R 3: pages: image: debian:buster-slim 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')" - R -e "pkgdown::build_site()" artifacts: