Skip to content

Commit a58804c

Browse files
committed
see #2147
1 parent ff68356 commit a58804c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tic.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# installs dependencies, runs R CMD check, runs covr::codecov()
2+
do_package_checks()
3+
4+
if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) {
5+
# creates pkgdown site and pushes to gh-pages branch
6+
# only for the runner with the "BUILD_PKGDOWN" env var set
7+
do_pkgdown()
8+
}

0 commit comments

Comments
 (0)