Browse Source

Use GitHub Actions to build pkgdown

pull/11/head
Philipp Baumann 4 years ago
parent
commit
df2a83961e
  1. 2
      tic.R

2
tic.R

@ -1,7 +1,7 @@
# installs dependencies, runs R CMD check, runs covr::codecov()
do_package_checks()
if (ci_on_travis() && ci_has_env("BUILD_PKGDOWN")) {
if (ci_on_ghactions() && 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()

Loading…
Cancel
Save