From 8f646ebeb7b0bc6d993216fe762a17ca2fd70616 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Mon, 27 Jul 2020 00:12:28 +0200 Subject: [PATCH] Switch back to Travis for PKGDOWN --- tic.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tic.R b/tic.R index 492701d..46ec120 100644 --- a/tic.R +++ b/tic.R @@ -1,7 +1,7 @@ # installs dependencies, runs R CMD check, runs covr::codecov() do_package_checks() -if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) { +if (ci_on_travis() && ci_has_env("BUILD_PKGDOWN")) { # creates pkgdown site and pushes to gh-pages branch # only for the runner with the "BUILD_PKGDOWN" env var set do_pkgdown()