gh action pkgdown

This commit is contained in:
pvictor 2022-12-01 14:26:40 +01:00
parent 162b7874d6
commit 1e3ad8fcc8
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., any::XML, any::dplyr, any::highcharter, any::gapminder
extra-packages: any::pkgdown, local::., any::dplyr, any::highcharter, any::gapminder
needs: website
pak-version: devel
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)