Explorar el Código

travis: deploy pkgdown if env var exists

tags/v0.3.0
Garrick Aden-Buie hace 6 años
padre
commit
703765c40f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tic.R

+ 1
- 1
tic.R Ver fichero

@@ -1,7 +1,7 @@
# installs dependencies, runs R CMD check, runs covr::codecov()
tic::do_package_checks()

if (tic::ci_on_travis() && isTRUE(tic::ci_get_env("BUILD_PKGDOWN"))) {
if (tic::ci_on_travis() && tic::ci_has_env("BUILD_PKGDOWN")) {
# creates pkgdown site and pushes to gh-pages branch
if (tic::ci_get_branch() == "dev") {
tic::do_pkgdown(deploy = tic::ci_can_push())

Cargando…
Cancelar
Guardar