Skip to content

Commit 91264ee

Browse files
author
Toby Dylan Hocking
committed
try cp -r doc/* instead of only doc/*.html
1 parent 1b938e1 commit 91264ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ integration:
390390
- Rscript -e 'check.flavors(names(test.jobs))'
391391
## pkgdown vignettes workaround r-lib/pkgdown#2383
392392
- mkdir -p website/articles
393-
- cp bus/integration/cran/library/data.table/doc/*.html website/articles/.
393+
- cp -r bus/integration/cran/library/data.table/doc/* website/articles/.
394394
- rm website/articles/index.html
395395
## pkgdown merge
396396
- Rscript -e 'common_files<-function(path1, path2) intersect(list.files(path1, all.files=TRUE, no..=TRUE), list.files(path2, all.files=TRUE, no..=TRUE)); msg = if (length(f<-common_files("website","bus/integration/cran"))) paste(c("Following artifacts will be overwritten by pkgdown artifacts:", paste0(" ", f)), collapse="\n") else "No overlapping files from pkgdown artifacts"; message(msg); q("no")'

0 commit comments

Comments
 (0)