Skip to content

Commit 365a5cc

Browse files
committed
ci: installing thinkridentity in the pkgdown site
1 parent 46cc532 commit 365a5cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
extra-packages: any::pkgdown, local::.
3131
needs: website
3232

33+
- name: Install thinkrtemplate
34+
run: install.packages("remotes");remotes::install_github("ThinkR-open/thinkrtemplate")
35+
shell: Rscript {0}
36+
3337
- name: Build site
3438
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
3539
shell: Rscript {0}

0 commit comments

Comments
 (0)