We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531341e commit 31036b9Copy full SHA for 31036b9
.gitlab-ci.yml
@@ -17,6 +17,7 @@ pages:
17
dependencies:
18
- test
19
script:
20
+ - Rscript -e 'devtools::install(".")'
21
- Rscript -e 'pkgdown::build_site(preview = FALSE, new_process = TRUE, devel = FALSE, install = TRUE, override = list(destination = "public"))'
22
artifacts:
23
paths:
0 commit comments