Skip to content

Commit

Permalink
rename here also
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 17, 2024
1 parent 39eafcc commit 3028477
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 @@ -45,7 +45,7 @@ jobs:
R CMD INSTALL $(ls -1t pkgup_*.tar.gz | head -n 1) ## seems to be required
ls vignettes/*.Rmd
ls vignettes/*.html
Rscript -e 'litedown::fuse_site("docs")'
Rscript -e '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 3028477

Please sign in to comment.