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 d6f3675 commit 6fd2e1fCopy full SHA for 6fd2e1f
.github/workflows/pkgdown.yaml
@@ -50,7 +50,7 @@ jobs:
50
# - we use pkgdown:::build_github_pages to build the site because of an issue in pkgdown
51
# https://github.com/r-lib/pkgdown/issues/2257
52
run: |
53
- target_ref <- ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
+ target_ref <- "${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}"
54
override <- if (target_ref == "main") {
55
list(development = list(mode = "release", version_label = "light"))
56
} else if (target_ref == "dev") {
0 commit comments