Skip to content

Commit

Permalink
ci: installing thinkridentity in the pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed May 24, 2023
1 parent 46cc532 commit 365a5cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install thinkrtemplate
run: install.packages("remotes");remotes::install_github("ThinkR-open/thinkrtemplate")
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 365a5cc

Please sign in to comment.