Skip to content

Commit e308dcb

Browse files
author
Toby Dylan Hocking
committed
rm pkgdown vignette workaround
1 parent 91264ee commit e308dcb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ integration:
315315
- R --version
316316
- *install-deps ## markdown pkg not present in r-pkgdown image
317317
- mkdir -p ./pkgdown/favicon/ && cp .graphics/favicon/* ./pkgdown/favicon/ ## copy favicons
318-
- rm -rf ./vignettes ## r-lib/pkgdown#2383
319318
- Rscript -e 'pkgdown::build_site(override=list(destination="./website"))'
320319
## html manual, vignettes, repos, cran_web, cran_checks
321320
- echo 'source(".ci/ci.R"); source(".ci/publish.R")' >> .Rprofile
@@ -388,10 +387,6 @@ integration:
388387
- Rscript -e 'check.index("data.table", names(test.jobs))'
389388
## web/checks/check_flavors.html
390389
- Rscript -e 'check.flavors(names(test.jobs))'
391-
## pkgdown vignettes workaround r-lib/pkgdown#2383
392-
- mkdir -p website/articles
393-
- cp -r bus/integration/cran/library/data.table/doc/* website/articles/.
394-
- rm website/articles/index.html
395390
## pkgdown merge
396391
- 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")'
397392
- mv website/* bus/integration/cran/

0 commit comments

Comments
 (0)