Skip to content

Commit 6fd2e1f

Browse files
committed
ci: fix pkgdown
1 parent d6f3675 commit 6fd2e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# - we use pkgdown:::build_github_pages to build the site because of an issue in pkgdown
5151
# https://github.com/r-lib/pkgdown/issues/2257
5252
run: |
53-
target_ref <- ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
53+
target_ref <- "${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}"
5454
override <- if (target_ref == "main") {
5555
list(development = list(mode = "release", version_label = "light"))
5656
} else if (target_ref == "dev") {

0 commit comments

Comments
 (0)