Skip to content

Commit 31036b9

Browse files
committed
Update gitlab-CI workflow for pkgdown.
1 parent 531341e commit 31036b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pages:
1717
dependencies:
1818
- test
1919
script:
20+
- Rscript -e 'devtools::install(".")'
2021
- Rscript -e 'pkgdown::build_site(preview = FALSE, new_process = TRUE, devel = FALSE, install = TRUE, override = list(destination = "public"))'
2122
artifacts:
2223
paths:

0 commit comments

Comments
 (0)