We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baece5 commit 9864febCopy full SHA for 9864feb
1 file changed
.github/workflows/pkgdown.yaml
@@ -18,7 +18,6 @@ jobs:
18
run: |
19
install.packages('remotes')
20
saveRDS(remotes::dev_package_deps(dependencies = TRUE), "depends.Rds", version = 2)
21
- install.packages('xslt')
22
shell: Rscript {0}
23
24
- name: Cache R packages
@@ -39,5 +38,7 @@ jobs:
39
38
run: R CMD INSTALL .
40
41
- name: Deploy package
42
- run: pkgdown::deploy_to_branch(new_process = FALSE)
+ run: |
+ install.packages('xslt')
43
+ pkgdown::deploy_to_branch(new_process = FALSE)
44
0 commit comments