Skip to content

Commit

Permalink
hack litedown
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 18, 2024
1 parent 8be3eb5 commit bebe948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ls vignettes/*.html 2> /dev/null
ls pkgup/*.Rmd
ls pkgup/*.html 2> /dev/null
Rscript -e 'litedown::fuse_site("pkgup")'
Rscript -e 'reorder_input2 = function(x) {i = is_index(x); index = x[i][which.min(nchar(x[i]))]; c(index, rev(setdiff(x, index)))}; environment(reorder_input2) <- asNamespace("litedown"); assignInNamespace("reorder_input", reorder_input2, ns="litedown"); litedown::fuse_site("pkgup")'
mkdir -p public
find pkgup -name '*.html' -print0 | cpio -pvdmB --null public
ls -R public
Expand Down

0 comments on commit bebe948

Please sign in to comment.