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 326d75a commit 7964b1fCopy full SHA for 7964b1f
tic.R
@@ -1,6 +1,6 @@
1
add_package_checks()
2
3
-if (Sys.getenv("id_rsa") != "") {
+if (Sys.getenv("id_rsa") != "" && ci()$is_tag()) {
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