Skip to content

Commit

Permalink
install parcats from github
Browse files Browse the repository at this point in the history
  • Loading branch information
erblast committed Dec 6, 2023
1 parent fd061a1 commit 3451008
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Install dependencies
run: |
install.packages("devtools"))
system("git clone https://github.com/erblast/parcats.git")
devtools::install("parcats/", dependencies = TRUE)
shell: Rscript {0}


- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 3451008

Please sign in to comment.