Skip to content

Commit a8bea58

Browse files
committed
install
1 parent b0c42ca commit a8bea58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pkgup.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: website
4343
if: github.ref == 'refs/heads/litedown'
4444
run: |
45+
R CMD INSTALL $(ls -1t pkgup_*.tar.gz | head -n 1) ## seems to be required
4546
Rscript -e 'litedown::fuse_site("docs")'
4647
mkdir -p public
4748
find docs -name '*.html' -print0 | cpio -pvdmB --null public

docs/index.Rmd

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ site:
55
---
66

77
```{r, echo=FALSE}
8-
install.packages("pkgup_*.tar.gz", repos=NULL, quiet=FALSE) ## seems to be required
9-
getwd()
108
litedown::pkg_desc()
119
```
1210

0 commit comments

Comments
 (0)