diff --git a/.github/workflows/check-installation.yaml b/.github/workflows/check-installation.yaml index 1cf5576..07749e8 100644 --- a/.github/workflows/check-installation.yaml +++ b/.github/workflows/check-installation.yaml @@ -47,6 +47,7 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true - build_args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")' + args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")' + build_args: 'c("--no-manual","--no-build-vignettes")' \ No newline at end of file