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 cc3a80a commit aab2fe2Copy full SHA for aab2fe2
.github/workflows/pkgdown.yaml
@@ -33,24 +33,7 @@ jobs:
33
34
- uses: r-lib/actions/setup-r-dependencies@v2
35
with:
36
- extra-packages: |
37
- any::pkgdown
38
- local::.
39
- any::bayesplot
40
- any::BH
41
- any::brms
42
- any::ggplot2
43
- any::rmarkdown
44
- any::Rcpp
45
- any::RcppEigen
46
- any::RcppParallel
47
- any::rstan
48
- any::rstanarm
49
- any::rstantools
50
- any::spdep
51
- any::StanHeaders
52
- any::knitr
53
- any::withr
+ extra-packages: any::pkgdown, local::., any::withr
54
needs: website
55
56
# - uses: actions/cache@v4
@@ -64,7 +47,6 @@ jobs:
64
c("NOT_CRAN" = "true"),
65
pkgdown::build_site_github_pages(
66
lazy = FALSE, # change to TRUE if runner times out.
67
- install = TRUE,
68
run_dont_run = TRUE,
69
new_process = TRUE
70
)
0 commit comments