Skip to content

Commit c227bbf

Browse files
committed
Make sure package gets installed and runs action in a new process.
1 parent fe7c6b7 commit c227bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
- name: Build site
6060
run: |
6161
pkgdown::build_site_github_pages(
62-
new_process = FALSE,
63-
install = FALSE,
64-
override = list(lazy = TRUE),
65-
run_dont_run = TRUE
62+
lazy = TRUE
63+
install = TRUE,
64+
run_dont_run = TRUE,
65+
new_process = TRUE
6666
)
6767
shell: Rscript {0}
6868

0 commit comments

Comments
 (0)