diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 745a9ea3..087f0b05 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -29,8 +29,9 @@ jobs: use-public-rspm: true - uses: r-lib/actions/setup-r-dependencies@v2 - with: - needs: website + with: + extra-packages: any::pkgdown, local::. + needs: website - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)