From 365a5cc303b189973abab0dd375c64be79bcf74a Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 24 May 2023 08:46:44 +0200 Subject: [PATCH] ci: installing thinkridentity in the pkgdown site --- .github/workflows/pkgdown.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 023fbd70..b55b3790 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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}