From d71eed38ab344c8a181e6ad00dc7bb3d230d6fd3 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Sep 2024 10:49:47 +0200 Subject: [PATCH] ci: temporarily allow failure for updating website after v0.7.0 release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a70f3c..4e72ca3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ check: refs: - tags - schedules + allow_failure: true script: - tlmgr update --self && tlmgr install ec epstopdf-pkg amsmath - R -q -e 'remotes::update_packages("rcmdcheck")'