Skip to content

Commit

Permalink
safe list
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 17, 2024
1 parent 12a95bc commit b4defcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: |
R CMD INSTALL $(ls -1t pkgup_*.tar.gz | head -n 1) ## seems to be required
ls vignettes/*.Rmd
ls vignettes/*.html
ls vignettes/*.html 2> /dev/null
ls pkgup/*.Rmd
ls pkgup/*.html 2> /dev/null
Rscript -e 'litedown::fuse_site("pkgup")'
mkdir -p public
find pkgup -name '*.html' -print0 | cpio -pvdmB --null public
Expand Down

0 comments on commit b4defcf

Please sign in to comment.