Skip to content

Commit

Permalink
Ignore vignettes for gh actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Feb 19, 2020
1 parent 22ef94b commit 3af8784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -60,7 +60,7 @@ jobs:
run: Rscript -e "install.packages('remotes')" -e "remotes::install_deps(dependencies = TRUE)" -e "remotes::install_cran('rcmdcheck')"

- name: Check
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', build_args = '--no-build-vignettes', error_on = 'warning', check_dir = 'check')"
run: Rscript -e "rcmdcheck::rcmdcheck(args = c('--no-manual', '--ignore-vignettes'), build_args = '--no-build-vignettes', error_on = 'warning', check_dir = 'check')"

- name: Upload check results
if: failure()
Expand Down

0 comments on commit 3af8784

Please sign in to comment.