Skip to content

Commit 4118620

Browse files
committed
build pages
1 parent 1b21f75 commit 4118620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
templates:
1+
template:
22
params:
33
bootswatch: flatly # https://bootswatch.com/flatly/

tic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_package_checks(notes_are_errors = getRversion() >= "3.2")
22

3-
if (Sys.getenv("id_rsa") != "" && ci()$is_tag() && Sys.getenv("BUILD_PKGDOWN") != "") {
3+
if (Sys.getenv("id_rsa") != "" && ci()$get_branch("master") && Sys.getenv("BUILD_PKGDOWN") != "") {
44
# pkgdown documentation can be built optionally. Other example criteria:
55
# - `inherits(ci(), "TravisCI")`: Only for Travis CI
66
# - `ci()$is_tag()`: Only for tags, not for branches

0 commit comments

Comments
 (0)