Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 17, 2024
1 parent b0c42ca commit a8bea58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: website
if: github.ref == 'refs/heads/litedown'
run: |
R CMD INSTALL $(ls -1t pkgup_*.tar.gz | head -n 1) ## seems to be required
Rscript -e 'litedown::fuse_site("docs")'
mkdir -p public
find docs -name '*.html' -print0 | cpio -pvdmB --null public
Expand Down
2 changes: 0 additions & 2 deletions docs/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ site:
---

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

Expand Down

0 comments on commit a8bea58

Please sign in to comment.