diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index 190c038c..8e759ccf 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -256,8 +256,9 @@ jobs: - name: Install dependencies run: | - install.packages(c("remotes", "pkgbuild", "pkgdown")) + install.packages(c("remotes", "pkgbuild")) remotes::install_deps(dependencies = TRUE) + remotes::install_dev("pkgdown") shell: Rscript {0} - name: Install package