We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b21f75 commit 4118620Copy full SHA for 4118620
_pkgdown.yml
@@ -1,3 +1,3 @@
1
-templates:
+template:
2
params:
3
bootswatch: flatly # https://bootswatch.com/flatly/
tic.R
@@ -1,6 +1,6 @@
add_package_checks(notes_are_errors = getRversion() >= "3.2")
-if (Sys.getenv("id_rsa") != "" && ci()$is_tag() && Sys.getenv("BUILD_PKGDOWN") != "") {
+if (Sys.getenv("id_rsa") != "" && ci()$get_branch("master") && Sys.getenv("BUILD_PKGDOWN") != "") {
4
# pkgdown documentation can be built optionally. Other example criteria:
5
# - `inherits(ci(), "TravisCI")`: Only for Travis CI
6
# - `ci()$is_tag()`: Only for tags, not for branches
0 commit comments